sort Makefile according to template

comment is module name
remove unneeded dependency
This commit is contained in:
bluhm 2018-08-09 12:43:35 +00:00
parent da6adbc447
commit 3a3c58c8e8

View File

@ -1,32 +1,34 @@
# $OpenBSD: Makefile,v 1.30 2018/08/09 12:13:31 bluhm Exp $
# $OpenBSD: Makefile,v 1.31 2018/08/09 12:43:35 bluhm Exp $
COMMENT= high-performance dynamic web authoring system
COMMENT = high-performance, dynamic web site authoring system
MODULES= cpan
PKG_ARCH= *
DISTNAME= HTML-Mason-1.58
CATEGORIES= www
DISTNAME = HTML-Mason-1.58
REVISION = 0
HOMEPAGE= http://www.masonhq.com/
CATEGORIES = www
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
HOMEPAGE = http://www.masonhq.com/
MAINTAINER = Alexander Bluhm <bluhm@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Cache-Cache>=1.00 \
devel/p5-Class-Container>=0.07 \
devel/p5-Exception-Class>=1.15 \
devel/p5-Log-Any>=0.08 \
devel/p5-Params-Validate>=0.70 \
devel/p5-Test-Deep \
www/ap2-mod_perl \
www/p5-CGI>=2.46 \
www/p5-HTML-Parser \
www/p5-libapreq2
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test-Memory-Cycle
MODULES = cpan
RUN_DEPENDS = devel/p5-Cache-Cache>=1.00 \
devel/p5-Class-Container>=0.07 \
devel/p5-Exception-Class>=1.15 \
devel/p5-Log-Any>=0.08 \
devel/p5-Params-Validate>=0.70 \
www/ap2-mod_perl \
www/p5-CGI>=2.46 \
www/p5-HTML-Parser \
www/p5-libapreq2
TEST_DEPENDS = devel/p5-Test-Deep \
devel/p5-Test-Memory-Cycle
MAKE_ENV= TEST_POD=Yes
MAKE_ENV = TEST_POD=Yes
PKG_ARCH = *
.include <bsd.port.mk>