19 lines
362 B
Makefile
19 lines
362 B
Makefile
# $OpenBSD: Makefile,v 1.12 2019/07/12 20:45:14 sthen Exp $
|
|
|
|
COMMENT= Perl module for aliasing class names
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= UNIVERSAL-moniker-0.08
|
|
PKGNAME= p5-Universal-moniker-0.08
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= textproc/p5-Lingua-EN-Inflect
|
|
|
|
.include <bsd.port.mk>
|