freebsd-ports/lang/p5-Data-JavaScript/Makefile
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00

17 lines
324 B
Makefile

# 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>