diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-04-10 07:01:20 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2016-04-10 07:01:20 +0000 |
commit | 2452d7bf9be963ba618b1a7200d7b8ba983ecdc3 (patch) | |
tree | ba32409073339cbdd97ff7e41a13089174940e6a /security/p5-Digest-Elf/Makefile | |
parent | 4ee7195482ad7caba3d3766fe3be9b7b18646103 (diff) | |
download | ports-2452d7bf9be963ba618b1a7200d7b8ba983ecdc3.tar.gz ports-2452d7bf9be963ba618b1a7200d7b8ba983ecdc3.zip |
Notes
Diffstat (limited to 'security/p5-Digest-Elf/Makefile')
-rw-r--r-- | security/p5-Digest-Elf/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/security/p5-Digest-Elf/Makefile b/security/p5-Digest-Elf/Makefile index ed05e913b418..bd2a09087cc8 100644 --- a/security/p5-Digest-Elf/Makefile +++ b/security/p5-Digest-Elf/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Digest-Elf -PORTVERSION= 1.4 -PORTREVISION= 1 +PORTVERSION= 1.42 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -11,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= ashish@FreeBSD.org COMMENT= Perl extension for ElfHash hash algorithm +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + USES= perl5 USE_PERL5= configure |