dec946ad51
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
26 lines
578 B
Makefile
26 lines
578 B
Makefile
# New ports collection makefile for: p5-ShipIt-Step-Manifest
|
|
# Date created: 2010-11-28
|
|
# Whom: Gea-Suan Lin <gslin@gslin.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= ShipIt-Step-Manifest
|
|
PORTVERSION= 0.01
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MARCEL
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= gslin@gslin.org
|
|
COMMENT= ShipIt step for recreating the MANIFEST
|
|
|
|
RUN_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
|
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
|
|
|
PERL_CONFIGURE= yes
|
|
USE_PERL5_RUN= 5.8.1+
|
|
|
|
MAN3= ShipIt::Step::Manifest.3
|
|
|
|
.include <bsd.port.mk>
|