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-Crypt-License | |
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-Crypt-License')
-rw-r--r-- | security/p5-Crypt-License/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/p5-Crypt-License/Makefile b/security/p5-Crypt-License/Makefile index b320d9003435..7146c543ccfa 100644 --- a/security/p5-Crypt-License/Makefile +++ b/security/p5-Crypt-License/Makefile @@ -1,6 +1,4 @@ -# New ports collection Makefile for: p5-Crypt-License -# Date created: 20 Dec 2006 -# Whom: Gabor Kovesdan +# Created by: Gabor Kovesdan # $FreeBSD$ PORTNAME= Crypt-License @@ -12,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension to examine a license -PERL_CONFIGURE= yes +USES= perl5 +USE_PERL5= configure MAN3= Crypt::License.3 Crypt::License::Util.3 Crypt::License::Notice.3 |