de5e8c5523
* remove "regexp" category. this is rather painful as it's a large class, but unfortunately, somebody thought emitting a warning when you match more than 32kb of text is in some way useful, which spoils the whole category. * use META.json instead of META.yml - apparently YAML parsers don't actually exist
18 lines
526 B
Makefile
18 lines
526 B
Makefile
# $NetBSD: Makefile,v 1.10 2011/08/10 06:44:29 adam Exp $
|
|
|
|
DISTNAME= common-sense-3.4
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/ML/MLEHMANN/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/common-sense/
|
|
COMMENT= Save a tree AND a kitten, use common::sense!
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
PERL5_PACKLIST= auto/common/sense/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|