blob: 48388d006814a76acd3cd08d213991cb7c5ecb09 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: devel/p5-Set-Array
# Date created: 2 September 2004
# Whom: Alex Kapranoff <kappa@rambler-co.ru>
#
# $FreeBSD$
#
PORTNAME= Set-Array
PORTVERSION= 0.24
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Arrays as objects with set operations
LICENSE= ART10
BUILD_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-Want>=0:${PORTSDIR}/devel/p5-Want
RUN_DEPENDS= p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \
p5-Want>=0:${PORTSDIR}/devel/p5-Want
TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
PERL_MODBUILD= yes
MAN3= Set::Array.3
.include <bsd.port.mk>
|