diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 09:18:39 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-02 09:18:39 +0000 |
commit | 095d065f267a917fb770c7b65256666c814c6a55 (patch) | |
tree | 21617f4cc7c87b10a4f73417aca8a2099b75410d /security/p5-Crypt-OpenSSL-X509/Makefile | |
parent | d2027b85e53aacc1f31fb971fd188c0ca4a5a37c (diff) |
Notes
Diffstat (limited to 'security/p5-Crypt-OpenSSL-X509/Makefile')
-rw-r--r-- | security/p5-Crypt-OpenSSL-X509/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/p5-Crypt-OpenSSL-X509/Makefile b/security/p5-Crypt-OpenSSL-X509/Makefile index 63b5f682fc19..b75d019c66b6 100644 --- a/security/p5-Crypt-OpenSSL-X509/Makefile +++ b/security/p5-Crypt-OpenSSL-X509/Makefile @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= Crypt-OpenSSL-X509 -PORTVERSION= 1.8.2 +PORTVERSION= 1.8.04 CATEGORIES= security perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -DISTNAME= ${PORTNAME}-${PORTVERSION:R}00.${PORTVERSION:E} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}${PORTVERSION:E} MAINTAINER= perl@FreeBSD.org COMMENT= Perl extension for OpenSSL X509 API +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure |