mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
28 lines
683 B
Makefile
28 lines
683 B
Makefile
# 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= skv@FreeBSD.org
|
|
COMMENT= Set of modules to operate with class fields and members access
|
|
|
|
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>
|