ports/devel/p5-Class-Fields/Makefile
Sunpoet Po-Chuan Hsieh 7bf11faefd Add p5-Class-Fields 0.204
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>
2017-11-05 21:17:31 +00:00

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>