21 lines
371 B
Makefile
21 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.13 2013/03/11 11:41:26 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Bignum-0.04
|
|
REVISION= 3
|
|
CATEGORIES= security
|
|
USE_GROFF = Yes
|
|
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
WANTLIB += c crypto
|
|
|
|
.include <bsd.port.mk>
|