55f098632a
from new maintainer Dan Weeks <danimal at danimal.org>
22 lines
465 B
Makefile
22 lines
465 B
Makefile
# $OpenBSD: Makefile,v 1.6 2004/02/07 12:49:02 sturm Exp $
|
|
|
|
COMMENT= "perl module for generating randoms strings"
|
|
|
|
DISTNAME= String-Random-0.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
MAINTAINER= Dan Weeks <danimal@danimal.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
CONFIGURE_STYLE= perl
|
|
|
|
.include <bsd.port.mk>
|