summaryrefslogtreecommitdiff
path: root/lang/p5-JavaScript-Squish/Makefile
blob: 917324f9e2d84f284cf13769799ba26d08975907 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.05
CATEGORIES=	lang perl5
MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR=	JavaScript
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>