36ffed159e
for scheduled import of devel/p5-File-Save-Home 0.08. This module automatically exports a single subroutine, make_varname(), which returns a string composed of random characters that qualifies as the name for a Perl variable. The characters are limited to upper- and lower-case letters in the English alphabet, the numerals from 0 through 9 and the underscore character. The first character may not be a numeral.
20 lines
574 B
Makefile
20 lines
574 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/05/29 07:27:20 sno Exp $
|
|
#
|
|
|
|
DISTNAME= String-PerlIdentifier-0.05
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=String/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/String-PerlIdentifier/
|
|
COMMENT= Generate a random name for a Perl variable
|
|
#LICENSE= ${PERL_LICENSE}
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/String/PerlIdentifier/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|