1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/devel/p5-App-Control/Makefile
Andrej Zverev 5aa33ab5cf - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 10:57:06 +00:00

17 lines
319 B
Makefile

# Created by: Rong-En Fan <rafan@FreeBSD.org>
# $FreeBSD$
PORTNAME= App-Control
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= rafan@FreeBSD.org
COMMENT= An apachectl style control of another script or executable
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>