freebsd-ports/devel/p5-Set-Array/Makefile
Adam Weinberger a84c115a09 Convert a bunch of EXTRACT_SUFX=... into USES=tar:...
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 19:11:51 +00:00

25 lines
602 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-
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 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>