78a2a52f00
from 0.9842nb2 to 0.984. Upstream changes: 0.984 2012-06-05 07:59:40 America/New_York documentation fixes (thanks, GitHub user "everybody") 0.983 2011-01-24 documentation fixes (thanks, Karen Etheridge and Luc St-Louis!)
23 lines
701 B
Makefile
23 lines
701 B
Makefile
# $NetBSD: Makefile,v 1.9 2012/07/05 13:58:32 sno Exp $
|
|
|
|
DISTNAME= Sub-Exporter-0.984
|
|
PKGNAME= p5-${DISTNAME}
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://search.cpan.org/dist/Sub-Exporter/
|
|
COMMENT= Sophisticated exporter for custom-built routines
|
|
LICENSE= ${PERL5_LICENSE}
|
|
|
|
DEPENDS+= p5-Sub-Install>=0.92:../../devel/p5-Sub-Install
|
|
DEPENDS+= p5-Params-Util>=0.14:../../devel/p5-Params-Util
|
|
DEPENDS+= p5-Data-OptList>=0.1:../../devel/p5-Data-OptList
|
|
|
|
USE_LANGUAGES= # empty
|
|
PERL5_PACKLIST= auto/Sub/Exporter/.packlist
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|