blob: 95801b6131e0a57a220ed22cd3f31dcfb7e4a14e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-JSON-DWIW
# Date created: 2007/02/14
# Whom: chinsan
#
# $FreeBSD$
#
PORTNAME= JSON-DWIW
PORTVERSION= 0.04
CATEGORIES= converters perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= ../../authors/id/D/DO/DOWENS
PKGNAMEPREFIX= p5-
MAINTAINER= chinsan@FreeBSD.org
COMMENT= JSON converter that Does What I Want
MAN3= JSON::DWIW.3
PERL_CONFIGURE= yes
.include <bsd.port.mk>
|