24 lines
529 B
Makefile
24 lines
529 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2004/01/11 11:50:39 wilfried Exp $
|
||
|
|
||
|
COMMENT= "OpenSSL's multiprecision integer arithmetic"
|
||
|
|
||
|
DISTNAME= Crypt-OpenSSL-Bignum-0.03
|
||
|
PKGNAME= p5-${DISTNAME}
|
||
|
CATEGORIES= security perl5
|
||
|
|
||
|
HOMEPAGE= http://perl-openssl.sourceforge.net/
|
||
|
|
||
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
|
||
|
|
||
|
# Artistic licence
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= perl
|
||
|
|
||
|
.include <bsd.port.mk>
|