SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
www/p5-JavaScript-Minifier/Makefile
Normal file
13
www/p5-JavaScript-Minifier/Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
COMMENT= Perl extension for minifying JavaScript code
|
||||
|
||||
MODULES= cpan
|
||||
PKG_ARCH= *
|
||||
DISTNAME= JavaScript-Minifier-1.16
|
||||
CATEGORIES= www
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
MAKE_ENV= TEST_POD=Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
www/p5-JavaScript-Minifier/distinfo
Normal file
2
www/p5-JavaScript-Minifier/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (JavaScript-Minifier-1.16.tar.gz) = iLU1Oz3vdSFg2M0FDxhMDatPvQd9grpjUbV94N5kU80=
|
||||
SIZE (JavaScript-Minifier-1.16.tar.gz) = 23523
|
5
www/p5-JavaScript-Minifier/pkg/DESCR
Normal file
5
www/p5-JavaScript-Minifier/pkg/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
This module removes unnecessary whitespace from JavaScript code. The
|
||||
primary requirement developing this module is to not break working code:
|
||||
if working JavaScript is in input then working JavaScript is output. It
|
||||
is ok if the input has missing semi-colons, snips like '++ +' or '12
|
||||
.toString()', for example.
|
3
www/p5-JavaScript-Minifier/pkg/PLIST
Normal file
3
www/p5-JavaScript-Minifier/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
${P5SITE}/JavaScript/
|
||||
${P5SITE}/JavaScript/Minifier.pm
|
||||
@man man/man3p/JavaScript::Minifier.3p
|
Loading…
Add table
Add a link
Reference in a new issue