Sunpoet Po-Chuan Hsieh 00ca886ed4 - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+
Suggested by:	az
With hat:	perl
2011-09-17 07:06:45 +00:00

28 lines
566 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.pre.mk>
.if ${PERL_LEVEL} < 501200
BUILD_DEPENDS+= p5-Module-Build>=0.3500:${PORTSDIR}/devel/p5-Module-Build
.endif
.include <bsd.port.post.mk>