1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/devel/p5-Set-Array/Makefile
Mathieu Arnold 4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00

27 lines
570 B
Makefile

# Created by: Alex Kapranoff <kappa@rambler-co.ru>
# $FreeBSD$
PORTNAME= Set-Array
PORTVERSION= 0.30
PORTREVISION= 1
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:lang/p5-Try-Tiny \
p5-Want>=0:devel/p5-Want
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-Test-Deep>=0:devel/p5-Test-Deep \
p5-Test-Pod>=0:devel/p5-Test-Pod
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>