aboutsummaryrefslogtreecommitdiffstats
path: root/security/p5-Crypt-SMIME/Makefile
blob: c1d7547e2cf3ccfa301596269e965df7ed45f6d0 (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
24
25
26
27
28
29
30
31
32
# $FreeBSD$

PORTNAME=   Crypt-SMIME
PORTVERSION=    0.16
CATEGORIES= security perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    S/MIME message signing, verification, encryption and decryption

LICENSE=    ART10

BUILD_DEPENDS=  p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
        p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig
TEST_DEPENDS=   p5-Taint-Util>=0:${PORTSDIR}/devel/p5-Taint-Util \
        p5-Test-Dependencies>=0:${PORTSDIR}/devel/p5-Test-Dependencies \
        p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
        p5-Test-Pod>=1.14:${PORTSDIR}/devel/p5-Test-Pod \
        p5-Test-Pod-Coverage>=1.04:${PORTSDIR}/devel/p5-Test-Pod-Coverage \
        p5-Test-Taint>=0:${PORTSDIR}/devel/p5-Test-Taint

USES=       perl5
USE_OPENSSL=    yes
USE_PERL5=  configure

CONFIGURE_ENV=  LIBCRYPTO_CFLAGS="-I${OPENSSLINC}" LIBCRYPTO_LIBS="-L${OPENSSLLIB} -lcrypto"

post-stage:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/SMIME/SMIME.so

.include <bsd.port.mk>