openbsd-ports/devel/p5-Universal-moniker/Makefile
msf 709dc89d13 Initial import of Universal-moniker-0.07
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.

ok sturm@
2004-05-21 11:33:16 +00:00

27 lines
561 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2004/05/21 11:33:16 msf Exp $
COMMENT= "Perl module for aliasing class names"
DISTNAME= UNIVERSAL-moniker-0.07
PKGNAME= p5-Universal-moniker-0.07
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=UNIVERSAL/}
MAINTAINER= Mathieu Sauve-Frankel <msf@openbsd.org>
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= ::textproc/p5-Lingua-EN-Inflect
CONFIGURE_STYLE= perl
PKG_ARCH= *
.include <bsd.port.mk>