2004-10-08 04:22:28 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2004/10/08 08:22:29 xsa Exp $
|
2001-09-05 07:28:39 -04:00
|
|
|
|
|
|
|
COMMENT= "perl module for generating randoms strings"
|
|
|
|
|
2004-02-07 07:49:02 -05:00
|
|
|
DISTNAME= String-Random-0.20
|
2001-09-05 07:28:39 -04:00
|
|
|
PKGNAME= p5-${DISTNAME}
|
|
|
|
CATEGORIES= textproc perl5
|
|
|
|
|
2003-11-15 10:12:53 -05:00
|
|
|
# GPL/Artistic
|
2001-09-05 07:28:39 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2002-05-14 08:07:09 -04:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
2001-09-05 07:28:39 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|