pkgsrc/devel/p5-ShipIt/Makefile
hiramatsu 40e99995c9 Update p5-ShipIt to 0.55.
Changes from previous:
0.55 (2010-03-27)

	* Added a bunch of links to http://contributing.appspot.com/shipit

	* Bunch of patches from the community all over the place... See
	  version control history, linked off the Contributing URL above.
	  (we should phase out this changelog, or make it just be the git
	   log....)
2011-11-15 08:47:29 +00:00

20 lines
527 B
Makefile

# $NetBSD: Makefile,v 1.5 2011/11/15 08:47:29 hiramatsu Exp $
#
DISTNAME= ShipIt-0.55
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/B/BR/BRADFITZ/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://search.cpan.org/dist/ShipIt/
COMMENT= Perl software release tool
LICENSE= ${PERL5_LICENSE}
PKG_DESTDIR_SUPPORT= user-destdir
USE_LANGUAGES= # empty
PERL5_PACKLIST= auto/ShipIt/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"