diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-05 10:03:16 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-05 10:03:16 +0000 |
commit | 5ad8b52bc4ad6ac5d14aa3bea440ce2b2e38ba3a (patch) | |
tree | c0990f980883f68d7b316bf93161d176632354e3 /www/p5-FAQ-OMatic/Makefile | |
parent | 2afb95f5284a749212ecf255fecf170e2cf2ee61 (diff) |
Notes
Diffstat (limited to 'www/p5-FAQ-OMatic/Makefile')
-rw-r--r-- | www/p5-FAQ-OMatic/Makefile | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/www/p5-FAQ-OMatic/Makefile b/www/p5-FAQ-OMatic/Makefile index 6f5334b11f2d..6919c86223b6 100644 --- a/www/p5-FAQ-OMatic/Makefile +++ b/www/p5-FAQ-OMatic/Makefile @@ -6,7 +6,7 @@ # PORTNAME= FAQ-OMatic -PORTVERSION= 2.712 +PORTVERSION= 2.719 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= FAQ @@ -17,9 +17,16 @@ COMMENT= Perl API to manipulate FAQ-O-Matics PERL_CONFIGURE= yes -IS_INTERACTIVE= "Needs user input for setting up the FAQ-OMatic" +MAN3= FAQ::OMatic::API.3 -MAN3= FAQ::OMatic::API.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +post-install: + @${CAT} ${WRKSRC}/install.notes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PERL_LEVEL} < 500800 +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 +RUN_DEPENDS= ${BUILD_DEPENDS} +.endif + +.include <bsd.port.post.mk> |