openbsd-ports/security/p5-Crypt-OpenSSL-Bignum/Makefile

23 lines
470 B
Makefile
Raw Normal View History

# $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
2004-12-27 08:28:33 -05:00
WANTLIB= crypto
.include <bsd.port.mk>