mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Add LICENSE
- Add TEST_DEPENDS - Remove outdated PERL_LEVEL check - Cleanup Makefile header - Reformat pkg-descr
This commit is contained in:
parent
74531d274b
commit
aaa2a9af6d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316562
2 changed files with 12 additions and 15 deletions
|
@ -1,9 +1,5 @@
|
|||
# New ports collection makefile for: JavaScript-Minifier-XS
|
||||
# Date created: 18 Jul 2008
|
||||
# Whom: Sergey Skvortsov <skv@protey.ru>
|
||||
#
|
||||
# Created by: Sergey Skvortsov <skv@protey.ru>
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= JavaScript-Minifier-XS
|
||||
PORTVERSION= 0.09
|
||||
|
@ -14,14 +10,15 @@ PKGNAMEPREFIX= p5-
|
|||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= XS based JavaScript minifier
|
||||
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
TEST_DEPENDS= p5-JavaScript-Minifier>=0:${PORTSDIR}/textproc/p5-JavaScript-Minifier \
|
||||
p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=1:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
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>
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to
|
||||
remove un-necessary whitespace and comments from JavaScript files, which
|
||||
also not breaking the JavaScript.
|
||||
JavaScript::Minifier::XS is a JavaScript "minifier"; its designed to remove
|
||||
un-necessary whitespace and comments from JavaScript files, which also not
|
||||
breaking the JavaScript.
|
||||
|
||||
WWW: http://search.cpan.org/dist/JavaScript-Minifier-XS/
|
||||
|
|
Loading…
Add table
Reference in a new issue