2012-11-19 11:34:45 +01:00
|
|
|
# Created by: nork@FreeBSD.org
|
2002-09-20 22:28:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= Crypt-OpenSSL-DSA
|
2012-11-19 11:34:45 +01:00
|
|
|
PORTVERSION= 0.14
|
2014-12-12 22:58:47 +01:00
|
|
|
PORTREVISION= 2
|
2002-09-20 22:28:29 +02:00
|
|
|
CATEGORIES= security perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2002-09-20 22:28:29 +02:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2004-08-13 17:21:20 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-02-22 17:16:12 +01:00
|
|
|
COMMENT= Perl5 module to DSA signature verification using OpenSSL
|
2002-09-20 22:28:29 +02:00
|
|
|
|
2012-11-19 11:34:45 +01:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2013-08-02 20:52:07 +02:00
|
|
|
USES= perl5
|
|
|
|
USE_PERL5= configure
|
2014-12-12 22:58:47 +01:00
|
|
|
USE_OPENSSL= yes
|
|
|
|
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
|
2002-09-20 22:28:29 +02:00
|
|
|
|
2004-01-03 14:43:30 +01:00
|
|
|
post-patch:
|
|
|
|
@${RM} ${WRKSRC}/lib/Crypt/OpenSSL/DSA.pm.orig
|
2002-09-20 22:28:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|