22 lines
449 B
Makefile
Raw Normal View History

2010-11-15 19:45:56 +00:00
# $OpenBSD: Makefile,v 1.7 2010/11/15 19:46:07 espie Exp $
COMMENT= Perl module for aliasing class names
2006-11-29 08:23:29 +00:00
MODULES= cpan
2006-02-03 16:56:58 +00:00
DISTNAME= UNIVERSAL-moniker-0.08
PKGNAME= p5-Universal-moniker-0.08
REVISION= 0
2006-11-29 08:23:29 +00:00
CATEGORIES= devel
2010-10-18 17:47:50 +00:00
USE_GROFF = Yes
# Artistic
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
BUILD_DEPENDS= ${RUN_DEPENDS}
2010-11-15 19:45:56 +00:00
RUN_DEPENDS= textproc/p5-Lingua-EN-Inflect
.include <bsd.port.mk>