mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4aaab89f57
PR: ports/122674 Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com> Reworked by: araujo (myself) Approved by: portmgr (pav)
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# New ports collection makefile for: lang/p5-JavaScript-Squish
|
|
# Date created: 11 October 2005
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JavaScript-Squish
|
|
PORTVERSION= 0.07
|
|
CATEGORIES= lang perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Reduce/Compact JavaScript code to as few characters as possible
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= js_compactor.1
|
|
MAN3= JavaScript::Squish.3
|
|
|
|
.include <bsd.port.mk>
|