pkgsrc-wip/p5-Exporter-Tidy/Makefile
Aleksej Saushev 5ca27b2c39 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-04 10:45:25 +00:00

20 lines
569 B
Makefile

# $NetBSD: Makefile,v 1.4 2012/10/04 10:45:27 asau Exp $
#
DISTNAME= Exporter-Tidy-0.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= perl5 devel
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exporter/}
MAINTAINER= athaba@users.sourceforge.net
HOMEPAGE= http://search.cpan.org/dist/Exporter-Tidy
COMMENT= Alternative way of exporting symbols in perl
# In fact the license says:
# Pick your favourite OSI approved license :)
LICENSE= modified-bsd
PERL5_PACKLIST= auto/Exporter/Tidy/.packlist
USE_LANGUAGES= # none
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"