freebsd-ports/devel/p5-Set-Array/Makefile
Frederic Culot cc4ef20b0f - Update to 0.22
- Make portlint happy (replace space by tab after BUILD_DEPENDS)

Changes:	http://search.cpan.org/dist/Set-Array/CHANGES
Approved by:	sahil@/wen@ (mentors, implicit)
2010-12-09 19:47:15 +00:00

26 lines
581 B
Makefile

# 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.22
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= perl@FreeBSD.org
COMMENT= Arrays as objects with set operations
BUILD_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \
p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod
RUN_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want
PERL_MODBUILD= yes
MAN3= Set::Array.3
.include <bsd.port.mk>