diff options
author | az <az@FreeBSD.org> | 2013-09-12 01:56:03 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-12 01:56:03 +0800 |
commit | c8414b774416243a550b96b70d57e6b7f6e3b78e (patch) | |
tree | a0a6ea50f1979424b6292321aaea818b1b88aec4 /security/p5-Digest-FNV | |
parent | 99fa8d0f96d7f9f6452d5a5192659bd446c34abd (diff) | |
download | freebsd-ports-gnome-c8414b774416243a550b96b70d57e6b7f6e3b78e.tar.gz freebsd-ports-gnome-c8414b774416243a550b96b70d57e6b7f6e3b78e.tar.zst freebsd-ports-gnome-c8414b774416243a550b96b70d57e6b7f6e3b78e.zip |
- convert to the new perl5 framework
- trim Makefile header
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'security/p5-Digest-FNV')
-rw-r--r-- | security/p5-Digest-FNV/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Digest-FNV/Makefile b/security/p5-Digest-FNV/Makefile index c48a965c3c09..bf61c16342e9 100644 --- a/security/p5-Digest-FNV/Makefile +++ b/security/p5-Digest-FNV/Makefile @@ -1,6 +1,4 @@ -# Ports collection Makefile for: p5-Digest-FNV -# Date created: 17 Dec 2005 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Digest-FNV @@ -15,7 +13,8 @@ COMMENT= Perl extension for Fowler/Noll/Vo hash algorithm LICENSE= ART10 GPLv1 LICENSE_COMB= dual -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Digest::FNV.3 |