freebsd-ports/devel/p5-Set-Array/Makefile
2013-10-31 07:36:25 +00:00

26 lines
613 B
Makefile

# Created by: Alex Kapranoff <kappa@rambler-co.ru>
# $FreeBSD$
PORTNAME= Set-Array
PORTVERSION= 0.30
CATEGORIES= devel perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:RSAVAGE
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Arrays as objects with set operations
LICENSE= ART10
BUILD_DEPENDS= p5-Try-Tiny>=0.11:${PORTSDIR}/lang/p5-Try-Tiny \
p5-Want>=0:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>