freebsd-ports/lang/p5-Data-JavaScript/Makefile
Andrej Zverev 073942c880 - add stage support
Approved by:	portmgr (blanket infrastructure)
2014-01-29 17:46:33 +00:00

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>