2013-09-07 16:36:58 +02:00
|
|
|
# Created by: Gea-Suan Lin <gslin@gslin.org>
|
2010-12-07 05:10:22 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ShipIt-Step-Manifest
|
|
|
|
PORTVERSION= 0.01
|
2014-11-26 14:08:24 +01:00
|
|
|
PORTREVISION= 1
|
2010-12-07 05:10:22 +01:00
|
|
|
CATEGORIES= devel perl5
|
|
|
|
MASTER_SITES= CPAN
|
2011-06-20 10:37:15 +02:00
|
|
|
MASTER_SITE_SUBDIR= CPAN:MARCEL
|
2010-12-07 05:10:22 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2014-06-30 18:42:17 +02:00
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
2010-12-07 05:10:22 +01:00
|
|
|
COMMENT= ShipIt step for recreating the MANIFEST
|
|
|
|
|
2014-07-31 12:04:36 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
|
|
|
BUILD_DEPENDS= p5-Dist-Joseki>=0:${PORTSDIR}/devel/p5-Dist-Joseki \
|
2010-12-07 05:10:22 +01:00
|
|
|
p5-ShipIt>=0:${PORTSDIR}/devel/p5-ShipIt
|
2014-07-31 12:04:36 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2010-12-07 05:10:22 +01:00
|
|
|
|
2013-09-07 16:36:58 +02:00
|
|
|
USE_PERL5= configure
|
2014-07-31 12:04:36 +02:00
|
|
|
USES= perl5
|
2010-12-07 05:10:22 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|