diff options
Diffstat (limited to 'devel/p5-Smart-Comments/Makefile')
-rw-r--r-- | devel/p5-Smart-Comments/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/p5-Smart-Comments/Makefile b/devel/p5-Smart-Comments/Makefile index 8652f2fab8f2..09f6ceb2e2c4 100644 --- a/devel/p5-Smart-Comments/Makefile +++ b/devel/p5-Smart-Comments/Makefile @@ -6,13 +6,14 @@ # PORTNAME= Smart-Comments -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/D/DC/DCONWAY PKGNAMEPREFIX= p5- +DISTNAME= ${PORTNAME}-v${PORTVERSION} -MAINTAINER= aaron@daltons.ca +MAINTAINER= aaron@FreeBSD.org COMMENT= Comments that do more than just sit there BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simple \ @@ -22,7 +23,7 @@ BUILD_DEPENDS= ${SITE_PERL}/Filter/Simple.pm:${PORTSDIR}/textproc/p5-Filter-Simp ${SITE_PERL}/${PERL_ARCH}/Data/Dumper.pm:${PORTSDIR}/devel/p5-Data-Dumper RUN_DEPENDS= ${BUILD_DEPENDS} -PERL_CONFIGURE= yes +PERL_MODBUILD= yes MAN3= Smart::Comments.3 |