mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
A collection of utility functions/methods for examining the data members of a class. It provides a nice, high-level interface that should stand the test of time and Perl upgrades nicely. WWW: http://search.cpan.org/dist/Class-Fields/ - While I'm here, sort PLIST PR: 223293 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
23 lines
447 B
Makefile
23 lines
447 B
Makefile
# Created by: Sergei Vyshenski
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Class-Fields
|
|
PORTVERSION= 0.204
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= Functions/methods for examining data members of a class
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
BUILD_DEPENDS= p5-Carp-Assert>=0:devel/p5-Carp-Assert
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
NO_ARCH= yes
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|