opnsense-ports/security/p5-Crypt-OpenSSL-Bignum/Makefile
Franco Fichtner a737ce6b05 */*: sync previously available, but unused ports
Taken from: FreeBSD
2015-04-22 06:45:04 +02:00

18 lines
358 B
Makefile

# Created by: erwin@FreeBSD.org
# $FreeBSD$
PORTNAME= Crypt-OpenSSL-Bignum
PORTVERSION= 0.06
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= OpenSSL's multiprecision integer arithmetic
USES= perl5
USE_PERL5= configure
USE_OPENSSL= yes
MAKE_ARGS+= PASTHRU_INC=-I${OPENSSLINC}
.include <bsd.port.mk>