20 lines
418 B
Makefile
20 lines
418 B
Makefile
# $OpenBSD: Makefile,v 1.7 2004/10/08 08:22:29 xsa Exp $
|
|
|
|
COMMENT= "perl module for generating randoms strings"
|
|
|
|
DISTNAME= String-Random-0.20
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= textproc perl5
|
|
|
|
# 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>
|