13 lines
235 B
Makefile
13 lines
235 B
Makefile
COMMENT = OpenSSL's multiprecision integer arithmetic#'
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Crypt-OpenSSL-Bignum-0.09
|
|
CATEGORIES = security
|
|
REVISION = 0
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB += c crypto perl
|
|
|
|
.include <bsd.port.mk>
|