freebsd-ports/devel/p5-ShipIt-Step-Manifest/Makefile
Andrej Zverev 365f70a6aa - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-06 12:18:47 +00:00

20 lines
448 B
Makefile

# Created by: 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
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>