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

25 lines
497 B
Makefile
Raw Normal View History

2010-10-18 17:41:44 -04:00
# $OpenBSD: Makefile,v 1.10 2010/10/18 21:41:46 espie 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
2010-09-24 11:29:20 -04:00
REVISION= 1
CATEGORIES= security
2010-10-18 17:41:44 -04:00
USE_GROFF = Yes
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>