2001-12-17 21:05:46 +01:00
|
|
|
# New ports collection makefile for: Class-Fields
|
|
|
|
# Date created: 15 Dec 2001
|
|
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Class-Fields
|
2012-05-15 04:42:51 +02:00
|
|
|
PORTVERSION= 0.204
|
2001-12-17 21:05:46 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2001-12-17 21:05:46 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2012-05-07 17:42:51 +02:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2003-08-31 09:48:43 +02:00
|
|
|
COMMENT= Set of modules to operate with class fields and members access
|
2001-12-17 21:05:46 +01:00
|
|
|
|
2012-05-15 04:42:51 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
|
|
|
LICENSE_COMB= dual
|
2012-05-11 16:12:31 +02:00
|
|
|
|
2012-05-15 04:42:51 +02:00
|
|
|
BUILD_DEPENDS= p5-Carp-Assert>=0:${PORTSDIR}/devel/p5-Carp-Assert
|
2012-01-21 18:40:15 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2001-12-17 21:05:46 +01:00
|
|
|
|
2012-05-15 04:42:51 +02:00
|
|
|
DEPRECATED= considered obsolete by upstream
|
|
|
|
EXPIRATION_DATE= 2012-07-11
|
|
|
|
|
2001-12-17 21:05:46 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Class::Fields.3 Class::Fields::Attribs.3 \
|
2003-08-31 09:48:43 +02:00
|
|
|
Class::Fields::Fuxor.3 Class::Fields::Inherit.3 private.3 \
|
|
|
|
protected.3 public.3
|
2001-12-17 21:05:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|