1894d3e5ec
- add REGRESS_TARGET - bump NEED_VERSION
25 lines
512 B
Makefile
25 lines
512 B
Makefile
# $OpenBSD: Makefile,v 1.4 2001/11/23 03:07:24 kevlo Exp $
|
|
|
|
COMMENT= "interface to the Blowfish encryption alogorithm"
|
|
|
|
DISTNAME= Crypt-Blowfish-2.09
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= security perl5
|
|
NEED_VERSION= 1.500
|
|
|
|
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
|
|
MASTER_SITE_SUBDIR= Crypt
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
REGRESS_TARGET= test
|
|
|
|
.include <bsd.port.mk>
|