20 lines
345 B
Makefile
20 lines
345 B
Makefile
# $OpenBSD: Makefile,v 1.11 2016/03/20 19:56:42 naddy Exp $
|
|
|
|
COMMENT= use familiar style on method naming
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= capitalization-0.03
|
|
REVISION= 1
|
|
CATEGORIES= devel
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
CPAN_AUTHOR= MIYAGAWA
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
RUN_DEPENDS= devel/p5-Devel-Symdump
|
|
|
|
.include <bsd.port.mk>
|