mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
cded85f907
Approved by: tobez
18 lines
323 B
Makefile
18 lines
323 B
Makefile
# Created by: tobez
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Data-JavaScript
|
|
PORTVERSION= 1.13
|
|
PORTREVISION= 1
|
|
CATEGORIES= lang www perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Data::JavaScript - Dump perl structures to JavaScript code
|
|
|
|
USES= perl5 tar:tgz
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|