mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
430 B
Makefile
19 lines
430 B
Makefile
# Created by: Kurt Lidl <kurt.lidl@cello.com>
|
|
# $FreeBSD: head/textproc/p5-JavaScript-Minifier/Makefile 384642 2015-04-24 13:46:21Z culot $
|
|
|
|
PORTNAME= JavaScript-Minifier
|
|
PORTVERSION= 1.14
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:ZOFFIX
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= JavaScript whitespace/comment eliminator
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|