- Remove conditionals for PERL_LEVEL < 501200
- Remove regression-test targets b/c this will be centralized in Mk/bsd.perl.mk
- Other minor cleanups
RUN_DEPENDS = ${BUILD_DEPENDS} -> RUN_DEPENDS:= ${BUILD_DEPENDS}
PR: ports/165605
Submitted by: pgollucci (myself)
Approved by: portmgr (linimon)
Exp Run by: linimon
Tested by: make index
22 lines
424 B
Makefile
22 lines
424 B
Makefile
# New ports collection makefile for: JavaScript-Minifier-XS
|
|
# Date created: 18 Jul 2008
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JavaScript-Minifier-XS
|
|
PORTVERSION= 0.09
|
|
CATEGORIES= textproc www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= XS based JavaScript minifier
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= JavaScript::Minifier::XS.3
|
|
|
|
.include <bsd.port.mk>
|