diff options
author | az <az@FreeBSD.org> | 2013-09-11 21:54:50 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-11 21:54:50 +0800 |
commit | bfb2a2a77f74620112ee493916d782d5b93a851a (patch) | |
tree | 6ad8879b9a138416ef4b26bc646126e12fd4f892 /security/p5-Digest-SV1/Makefile | |
parent | 59fcbe99540f267889e38d699d88e94af8b633cc (diff) | |
download | freebsd-ports-gnome-bfb2a2a77f74620112ee493916d782d5b93a851a.tar.gz freebsd-ports-gnome-bfb2a2a77f74620112ee493916d782d5b93a851a.tar.zst freebsd-ports-gnome-bfb2a2a77f74620112ee493916d782d5b93a851a.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Digest-SV1/Makefile')
-rw-r--r-- | security/p5-Digest-SV1/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Digest-SV1/Makefile b/security/p5-Digest-SV1/Makefile index 626a8bca79b9..ee7a562bc037 100644 --- a/security/p5-Digest-SV1/Makefile +++ b/security/p5-Digest-SV1/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-SV1 -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-SV1 @@ -15,7 +13,8 @@ COMMENT= Perl extension for SV1 hash algorithm BUILD_DEPENDS= p5-Digest-SHA1>=0:${PORTSDIR}/security/p5-Digest-SHA1 \ p5-Digest-Haval256>=0:${PORTSDIR}/security/p5-Digest-Haval256 -PERL_MODBUILD= yes +USES= perl5 +USE_PERL5= modbuild MAN3= Digest::SV1.3 |