pkgsrc/devel/p5-Sub-Exporter/Makefile
rillig ad2adba9a5 Ran pkglint --autofix on the devel/ category. Most of the changes are
simple white-space issues like indentation and trailing spaces. The
others are cross-references for Makefile.common.
2009-06-13 06:46:41 +00:00

22 lines
678 B
Makefile

# $NetBSD: Makefile,v 1.6 2009/06/13 06:46:46 rillig Exp $
DISTNAME= Sub-Exporter-0.982
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
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"