27 lines
703 B
Makefile
27 lines
703 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-SMIME
|
|
PORTVERSION= 0.14
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= S/MIME message signing, verification, encryption and decryption
|
|
|
|
RUN_DEPENDS= p5-ExtUtils-CChecker>=0:${PORTSDIR}/devel/p5-ExtUtils-CChecker \
|
|
p5-ExtUtils-PkgConfig>=0:${PORTSDIR}/devel/p5-ExtUtils-PkgConfig \
|
|
p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \
|
|
${LOCALBASE}/lib/libcrypto.so:${PORTSDIR}/security/openssl
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
LICENSE= ART10
|
|
|
|
USES= perl5
|
|
USE_OPENSSL= yes
|
|
USE_PERL5= configure
|
|
|
|
post-stage:
|
|
${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Crypt/SMIME/SMIME.so
|
|
|
|
.include <bsd.port.mk>
|