24 lines
474 B
Makefile
24 lines
474 B
Makefile
# New ports collection makefile for: p5-JSON-PP
|
|
# Date created: 2011-03-04
|
|
# Whom: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= JSON-PP
|
|
PORTVERSION= 2.27200
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MAKAMAKA
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= A JSON::XS compatible pure-Perl module
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= json_pp.1
|
|
MAN3= JSON::PP.3 \
|
|
JSON::PP::Boolean.3
|
|
|
|
.include <bsd.port.mk>
|