aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-OpenSSL-DSA/Makefile
blob: a35a921cc830efe671a6a4f70564d56a512e1702 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: nork@FreeBSD.org
# $FreeBSD$

PORTNAME=   Crypt-OpenSSL-DSA
PORTVERSION=    0.18
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>