freebsd-ports/devel/p5-Module-CPANfile/Makefile

23 lines
375 B
Makefile

# $FreeBSD$
PORTNAME= Module-CPANfile
PORTVERSION= 1.0002
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= Module
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Parse cpanfile
USES= perl5
USE_PERL5= configure
MAN1= cpanfile-dump.1 \
mymeta-cpanfile.1
MAN3= Module::CPANfile.3 \
cpanfile-faq.3 \
cpanfile.3
NO_STAGE= yes
.include <bsd.port.mk>