blob: 07284a38263c140a9a868cf72ce4a131c518f633 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: Class-ArrayObjects
# Date created: 07 July 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Class-ArrayObjects
PORTVERSION= 1.03
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
COMMENT= Utility class for array based objects
PERL_CONFIGURE= yes
MAN3= Class::ArrayObjects.3
.include <bsd.port.mk>
|