18 lines
305 B
Makefile
18 lines
305 B
Makefile
# $OpenBSD: Makefile,v 1.15 2013/11/04 12:44:34 jca Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Bignum-0.04
|
|
REVISION= 4
|
|
CATEGORIES= security
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto
|
|
|
|
.include <bsd.port.mk>
|