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

27 lines
706 B
Makefile

# Created by: Rouslan Iskhakov <rouslan@rshell.net>
# $FreeBSD$
PORTNAME= Pipeline
PORTVERSION= 3.12
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RCLAMP
PKGNAMEPREFIX= p5-
MAINTAINER= rouslan@rshell.net
COMMENT= Pipeline - Generic pipeline interface
BUILD_DEPENDS= p5-Class-ISA>=0:${PORTSDIR}/devel/p5-Class-ISA \
p5-Error>=0:${PORTSDIR}/lang/p5-Error \
p5-IO-Null>=0:${PORTSDIR}/devel/p5-IO-Null \
p5-IO-String>=0:${PORTSDIR}/devel/p5-IO-String \
p5-Data-UUID>=0:${PORTSDIR}/devel/p5-Data-UUID \
p5-Data-Structure-Util>=0:${PORTSDIR}/devel/p5-Data-Structure-Util
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>