openbsd-ports/security/p5-Crypt-OpenSSL-Bignum/Makefile
naddy 1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00

24 lines
449 B
Makefile

# $OpenBSD: Makefile,v 1.12 2012/12/13 16:34:48 naddy 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
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB += c crypto
.include <bsd.port.mk>