23 lines
471 B
Makefile
23 lines
471 B
Makefile
# $OpenBSD: Makefile,v 1.6 2007/10/25 09:04:59 wilfried Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= OpenSSL's multiprecision integer arithmetic
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Crypt-OpenSSL-Bignum-0.04
|
|
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>
|