mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
25 lines
525 B
Makefile
25 lines
525 B
Makefile
# Created by: erwin@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Crypt-OpenSSL-Bignum
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= security perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic #'
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USE_PERL5= configure
|
|
USES= perl5 ssl
|
|
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Crypt/OpenSSL/Bignum/Bignum.so
|
|
|
|
.include <bsd.port.mk>
|