mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-13 20:11:19 +02:00
18 lines
414 B
Makefile
18 lines
414 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/devel/p5-ExtUtils-Helpers/Makefile 425515 2016-11-06 16:47:02Z sunpoet $
|
|
|
|
PORTNAME= ExtUtils-Helpers
|
|
PORTVERSION= 0.026
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Various portability utilities for module builders
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|