d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
29 lines
778 B
Makefile
29 lines
778 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/05/31 12:42:08 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= Convert-Translit-1.03
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 4
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Convert/}
|
|
|
|
MAINTAINER= pkgsrc-p5-people@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Convert-Translit/
|
|
COMMENT= Perl5 module to transliterate various character sets
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Convert/Translit/.packlist
|
|
REPLACE_PERL= lib/Convert/Translit.pm
|
|
|
|
SUBST_CLASSES= example
|
|
SUBST_FILES.example= MANIFEST
|
|
SUBST_SED.example= -e "s@^example\.pl@@"
|
|
SUBST_STAGE.example= post-extract
|
|
|
|
post-extract:
|
|
${RM} -f ${WRKSRC}/example.pl
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|