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....)
20 lines
527 B
Makefile
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"
|