head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2008.04.17.14.26.50;	author araujo;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.18.21.45.08;	author erwin;	state Exp;
branches;
next	1.2;

1.2
date	2006.01.20.12.20.51;	author tobez;	state Exp;
branches;
next	1.1;

1.1
date	2005.10.11.12.36.48;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	lang/p5-JavaScript-Squish
# Date created:				11 October 2005
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/lang/p5-JavaScript-Squish/Makefile 300896 2012-07-14 13:54:48Z beat $
#

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>
@


1.4
log
@- Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.

PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Update to 0.07
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	JavaScript
@


1.2
log
@Update to 0.05.
@
text
@d9 1
a9 1
PORTVERSION=	0.05
@


1.1
log
@Add lang/p5-JavaScript-Squish 0.04, a perl module to reduce/compact
JavaScript code to as few characters as possible.
@
text
@d9 1
a9 1
PORTVERSION=	0.04
d20 1
@

