diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-10-25 00:21:52 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-10-25 00:21:52 +0800 |
commit | 8b9f227925972495e3100f2a48fe551a56d83de1 (patch) | |
tree | e2a4e45556c1e42bd5f9f123be28526a453ad0f6 /security/p5-Digest-MD5/Makefile | |
parent | 8ad8d36e7729489806a6bf0967293f0e38df30d0 (diff) | |
download | freebsd-ports-gnome-8b9f227925972495e3100f2a48fe551a56d83de1.tar.gz freebsd-ports-gnome-8b9f227925972495e3100f2a48fe551a56d83de1.tar.zst freebsd-ports-gnome-8b9f227925972495e3100f2a48fe551a56d83de1.zip |
Add missed USE_PERL5.
Diffstat (limited to 'security/p5-Digest-MD5/Makefile')
-rw-r--r-- | security/p5-Digest-MD5/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/p5-Digest-MD5/Makefile b/security/p5-Digest-MD5/Makefile index 99309a3050be..b2f7745db6c6 100644 --- a/security/p5-Digest-MD5/Makefile +++ b/security/p5-Digest-MD5/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= p5- MAINTAINER= petef@FreeBSD.org +USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} |