mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
19 lines
441 B
Makefile
19 lines
441 B
Makefile
# Created by: erwin@FreeBSD.org
|
|
# $FreeBSD: head/security/p5-Crypt-OpenSSL-Bignum/Makefile 378987 2015-02-14 18:30:38Z adamw $
|
|
|
|
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>
|