17 lines
280 B
Makefile
17 lines
280 B
Makefile
# $OpenBSD: Makefile,v 1.8 2019/07/12 20:50:56 sthen Exp $
|
|
|
|
COMMENT= Perl extension for minifying JavaScript code
|
|
|
|
MODULES= cpan
|
|
PKG_ARCH= *
|
|
DISTNAME= JavaScript-Minifier-1.05
|
|
REVISION= 1
|
|
CATEGORIES= www
|
|
|
|
# perl
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
MAKE_ENV= TEST_POD=Yes
|
|
|
|
.include <bsd.port.mk>
|