18 lines
307 B
Makefile
18 lines
307 B
Makefile
# $OpenBSD: Makefile,v 1.16 2014/06/14 23:26:00 sthen Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Bignum-0.04
|
|
REVISION= 5
|
|
CATEGORIES= security
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto
|
|
|
|
.include <bsd.port.mk>
|