freebsd-ports/devel/p5-Module-Util/Makefile
Andrej Zverev 43f0c9f153 - Convert to new perl framework
- Trim Makefile header

Approved by:	tobez@ (maintainer)
2013-08-05 15:05:29 +00:00

19 lines
322 B
Makefile

# $FreeBSD$
PORTNAME= Module-Util
PORTVERSION= 1.09
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Perl module name tools and transformations
USES= perl5
USE_PERL5= modbuild
MAN1= pm_which.1
MAN3= Module::Util.3
.include <bsd.port.mk>