19 lines
326 B
Makefile
19 lines
326 B
Makefile
# $OpenBSD: Makefile,v 1.13 2020/07/03 21:44:42 sthen Exp $
|
|
|
|
COMMENT= generate Perl class hierarchies
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME = Class-Generate-1.17
|
|
CATEGORIES= devel
|
|
REVISION = 0
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
TEST_DEPENDS = devel/p5-Test-TrailingSpace
|
|
|
|
.include <bsd.port.mk>
|