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

24 lines
494 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2008/10/02 20:39:33 simon Exp $
SHARED_ONLY= Yes
COMMENT= OpenSSL's multiprecision integer arithmetic
MODULES= cpan
2007-10-25 05:04:59 -04:00
DISTNAME= Crypt-OpenSSL-Bignum-0.04
PKGNAME= p5-${DISTNAME}p0
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>