pkgsrc/devel/p5-Class-Fields/Makefile
adam 8ce4b3f979 Changes 0.204:
* Documented that this module is obsolete.
* Clarified the license
2011-08-10 04:14:11 +00:00

20 lines
586 B
Makefile

# $NetBSD: Makefile,v 1.10 2011/08/10 04:14:11 adam Exp $
DISTNAME= Class-Fields-0.204
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5clf
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/}
MAINTAINER= hiramatu@boreas.dti.ne.jp
HOMEPAGE= http://search.cpan.org/dist/Class-Fields/
COMMENT= Set of modules to operate with class fields and members access
LICENSE= ${PERL5_LICENSE}
PKG_INSTALLATION_TYPES= overwrite pkgviews
PKG_DESTDIR_SUPPORT= user-destdir
PERL5_PACKLIST= auto/Class/Fields/.packlist
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"