18 lines
356 B
Makefile
18 lines
356 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/10/11 23:49:27 naddy 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
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-Lingua-EN-Inflect
|
|
|
|
.include <bsd.port.mk>
|