opnsense-ports/security/p5-PerlCryptLib/Makefile
2022-09-07 22:33:21 +02:00

23 lines
514 B
Makefile

PORTNAME= PerlCryptLib
PORTVERSION= 1.12
CATEGORIES= security perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:ALVAROL
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl interface to Peter Guttman cryptlib API
WWW= https://metacpan.org/release/PerlCryptLib
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libcl.so:security/cryptlib
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/PerlCryptLib/PerlCryptLib.so
.include <bsd.port.mk>