928308f765
Changes from previous: * Versions being seperate from Module versions results in dependency confusion Bumped all versions to match the distribution version number. [RT #67655] * Fix decrypt to work with Perl 5.14 [RT #67656] * Update the Filter-Simple URL [RT #49778]
19 lines
522 B
Makefile
19 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/11/11 04:33:32 hiramatsu Exp $
|
|
|
|
DISTNAME= Filter-1.39
|
|
PKGNAME= p5-${DISTNAME}
|
|
SVR4_PKGNAME= p5fil
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Filter/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Filter/
|
|
COMMENT= Perl5 classes representing a number of source filters
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/Filter/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|