20 lines
328 B
Makefile
20 lines
328 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Module-CPANfile
|
|
PORTVERSION= 0.9034
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= Module
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= lth@FreeBSD.org
|
|
COMMENT= Parse cpanfile
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= mymeta-cpanfile.1
|
|
MAN3= Module::CPANfile.3 \
|
|
cpanfile-faq.3 \
|
|
cpanfile.3
|
|
|
|
.include <bsd.port.mk>
|