19 lines
371 B
Makefile
19 lines
371 B
Makefile
# $OpenBSD: Makefile,v 1.9 2013/03/11 10:50:24 espie Exp $
|
|
|
|
COMMENT= Perl module for aliasing class names
|
|
|
|
MODULES= cpan
|
|
DISTNAME= UNIVERSAL-moniker-0.08
|
|
PKGNAME= p5-Universal-moniker-0.08
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
USE_GROFF = Yes
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-Lingua-EN-Inflect
|
|
|
|
.include <bsd.port.mk>
|