freebsd-ports/lang/p5-Data-JavaScript/Makefile

19 lines
365 B
Makefile
Raw Normal View History

# Created by: tobez
# $FreeBSD$
PORTNAME= Data-JavaScript
2008-09-05 12:28:50 +02:00
PORTVERSION= 1.13
CATEGORIES= lang www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
EXTRACT_SUFX= .tgz
MAINTAINER= tobez@FreeBSD.org
COMMENT= Data::JavaScript - Dump perl structures to JavaScript code
2006-01-25 14:19:23 +01:00
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>