073942c880
Approved by: portmgr (blanket infrastructure)
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# Created by: tobez
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-JavaScript
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|