head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.02.37;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.07.29.11.17.02;	author cs;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.05.07.52.22;	author nivit;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	jspacker
# Date created:		2009-07-04
# Whom:			Nicola Vitale <nivit@@FreeBSD.org>
#
# $FreeBSD: head/www/jspacker/Makefile 301684 2012-07-29 11:17:02Z cs $
#

PORTNAME=	jspacker
DISTVERSION=	1.00b
CATEGORIES=	www
MASTER_SITES=	http://nivi.interfree.it/distfiles/${PORTNAME}/ \
		http://deanedwards.googlecode.com/svn/trunk/download/
DISTNAME=	packer2.perl

MAINTAINER=	nivit@@FreeBSD.org
COMMENT=	JavaScript compressor/obfuscator (Perl version)

JSPACKER=	jsPacker.pl

NO_BUILD=	yes
NO_WRKSUBDIR=	yes

USE_PERL5_RUN=	yes
USE_ZIP=	yes

SUB_FILES=	${PORTNAME}
SUB_LIST=	JSPACKER=${JSPACKER} \
		PERL5=${PERL5}

do-install:
	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
	${MKDIR} ${DATADIR} && \
	cd ${WRKSRC} && \
	${INSTALL_DATA} *.pm ${DATADIR} && \
	${INSTALL_SCRIPT} ${JSPACKER} ${DATADIR}
.if !defined(NOPORTEXAMPLES)
	${MKDIR} ${EXAMPLESDIR} && \
	cd ${WRKSRC} && \
	${INSTALL_DATA} *.htm ${EXAMPLESDIR}
.endif

.include <bsd.port.mk>
@


1.2
log
@SVN rev 301684 on 2012-07-29 11:17:02Z by cs

Fix typos in COMMENT

Approved by:	portmgr@@ (implicit)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@A Javascript compressor/obfuscator written in Perl

WWW:	http://dean.edwards.name/packer/
@
text
@d16 1
a16 1
COMMENT=	Javascript Compressor/Obfuscator (Perl version)
@

