1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/devel/p5-Module-Util/Makefile

21 lines
336 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
NO_STAGE= yes
.include <bsd.port.mk>