23 lines
495 B
Makefile
23 lines
495 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
|
|
|
|
MAN3= ShipIt::Step::Manifest.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|