mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
19 lines
359 B
Makefile
19 lines
359 B
Makefile
# Created by: Kurt Lidl <kurt.lidl@cello.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= JavaScript-Minifier
|
|
PORTVERSION= 1.06
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ZOFFIX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= JavaScript whitespace/comment eliminator
|
|
|
|
LICENSE= ART20
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|