freebsd-ports/devel/p5-ShipIt/Makefile
Andrej Zverev 302b9a7c36 - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@ to perl@ for ports in this changeset.
- Remove MD5 checksum
- Utilize CPAN macro
2011-06-21 06:58:49 +00:00

26 lines
602 B
Makefile

# New ports collection makefile for: p5-ShipIt
# Date created: 2007-05-03
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= ShipIt
PORTVERSION= 0.55
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:BRADFITZ
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Software release tool
PERL_CONFIGURE= yes
MAN1= shipit.1
MAN3= ShipIt.3 ShipIt::Conf.3 ShipIt::ProjectType.3 \
ShipIt::State.3 ShipIt::Step.3 ShipIt::Step::AddToSVNDir.3 \
ShipIt::VC.3 ShipIt::VC::Git.3 ShipIt::VC::Mercurial.3 \
ShipIt::VC::SVK.3 ShipIt::VC::SVN.3
.include <bsd.port.mk>