[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / devel / p5-UNIVERSAL-moniker

File: [cvs.NetBSD.org] / pkgsrc / devel / p5-UNIVERSAL-moniker / Makefile (download)

Revision 1.1.1.1 (vendor branch), Sat Nov 6 19:00:45 2004 UTC (19 years, 5 months ago) by he
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines

Import p5-UNIVERSAL-moniker version 0.08.

Class names in Perl often don't sound great when spoken, or look good
when written in prose. For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket". We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to
"UNIVERSAL", and so to every class or module.

# $NetBSD: Makefile,v 1.1.1.1 2004/11/06 19:00:45 he Exp $

DISTNAME=	UNIVERSAL-moniker-0.08
PKGNAME=	p5-${DISTNAME}
SVR4_PKGNAME=	p5cdi
CATEGORIES=	devel perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://search.cpan.org/~kasei/UNIVERSAL-moniker-0.08/
COMMENT=	Perl module for assigning user-friendly names to classes

DEPENDS+=	p5-Lingua-EN-Inflect>=1.88:../../devel/p5-Lingua-EN-Inflect

PKG_INSTALLATION_TYPES=	overwrite pkgviews

USE_BUILDLINK3=	YES
PERL5_PACKLIST=	${PERL5_SITEARCH}/auto/UNIVERSAL/moniker/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"