freebsd-ports/devel/p5-ShipIt-Step-Manifest/Makefile
Andrej Zverev 10a2b4693f - Set default perl version for ports which currently using
(5.x+ and x < 12) scheme.

Approved by: bapt@ (portmgr@)
2012-12-16 06:12:28 +00:00

25 lines
556 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
MAN3= ShipIt::Step::Manifest.3
.include <bsd.port.mk>