aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Class-Fields/Makefile
blob: 0ed10c4714d5612c7362a6f3620601d25afad3be (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
# New ports collection makefile for:    Class-Fields
# Date created:     15 Dec 2001
# Whom:         Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#

PORTNAME=   Class-Fields
PORTVERSION=    0.203
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Set of modules to operate with class fields and members access

DEPRECATED= considered obsolete by upstream
EXPIRATION_DATE=    2012-07-11

BUILD_DEPENDS=  ${SITE_PERL}/Carp/Assert.pm:${PORTSDIR}/devel/p5-Carp-Assert \
        ${SITE_PERL}/base.pm:${PORTSDIR}/devel/p5-base
RUN_DEPENDS:=   ${BUILD_DEPENDS}

PERL_CONFIGURE= yes

MAN3=       Class::Fields.3 Class::Fields::Attribs.3 \
        Class::Fields::Fuxor.3 Class::Fields::Inherit.3 private.3 \
        protected.3 public.3

.include <bsd.port.mk>