aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-ShipIt/Makefile
blob: 4286f5c3285368730f8e1a0baf5e01a8b04a5f13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    p5-ShipIt
# Date created:     2007-05-03
# Whom:         Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#

PORTNAME=   ShipIt
PORTVERSION=    0.50
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../../authors/id/B/BR/BRADFITZ/
PKGNAMEPREFIX=  p5-

MAINTAINER= gslin@gslin.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::SVK.3 ShipIt::VC::SVN.3

.include <bsd.port.mk>