diff options
Diffstat (limited to 'security/p5-Crypt-DES/Makefile')
-rw-r--r-- | security/p5-Crypt-DES/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/security/p5-Crypt-DES/Makefile b/security/p5-Crypt-DES/Makefile index 77d6b9585df0..04053abe2349 100644 --- a/security/p5-Crypt-DES/Makefile +++ b/security/p5-Crypt-DES/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/04/20 13:52:52 wosch Exp $ +# $Id: Makefile,v 1.6 1997/05/24 13:17:13 jfitz Exp $ # DISTNAME= Crypt-DES-1.0 @@ -14,8 +14,7 @@ MASTER_SITE_SUBDIR= Crypt MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 -RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5 +USE_PERL5= YES MAN3= Crypt::DES.3 MANPREFIX= ${PREFIX}/lib/perl5 |