9e0053e336
ok steven@
23 lines
470 B
Makefile
23 lines
470 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/01/15 17:40:10 simon Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "OpenSSL's multiprecision integer arithmetic"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Bignum-0.03
|
|
CATEGORIES= security
|
|
|
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# Artistic licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= crypto
|
|
|
|
.include <bsd.port.mk>
|