mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
25 lines
470 B
Makefile
25 lines
470 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.19
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Arrays as objects with set operations
|
|
|
|
RUN_DEPENDS= p5-Want>=0:${PORTSDIR}/devel/p5-Want
|
|
|
|
PERL_MODBUILD= yes
|
|
|
|
MAN3= Set::Array.3
|
|
|
|
.include <bsd.port.mk>
|