1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/security/p5-Crypt-OpenSSL-DSA/Makefile
2017-09-15 08:58:46 +00:00

24 lines
493 B
Makefile

# Created by: nork@FreeBSD.org
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-DSA
PORTVERSION= 0.19
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl5 module to DSA signature verification using OpenSSL
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5 ssl
USE_PERL5= configure
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/DSA/DSA.so
.include <bsd.port.mk>