blob: 16ec0e5be650561fa262bc1ef4c6a8cd31918c7a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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>
|