blob: 1fe4fa815fe9d7e3b8ca41ee7f32be0ab4c65e30 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Created by: tobez
# $FreeBSD$
PORTNAME= Data-JavaScript
PORTVERSION= 1.13
PORTREVISION= 1
CATEGORIES= lang www perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= tobez@FreeBSD.org
COMMENT= Data::JavaScript - Dump perl structures to JavaScript code
USES= perl5 tar:tgz
USE_PERL5= configure
.include <bsd.port.mk>
|