mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
29 lines
710 B
Makefile
29 lines
710 B
Makefile
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
|
# $FreeBSD: head/converters/p5-JSON-PP/Makefile 449893 2017-09-15 08:58:46Z mat $
|
|
|
|
PORTNAME= JSON-PP
|
|
PORTVERSION= 4.11
|
|
CATEGORIES= converters perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:MAKAMAKA
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:S|000$||}
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= JSON::XS compatible pure-Perl module
|
|
|
|
NO_ARCH= yes
|
|
USE_PERL5= configure
|
|
USES= perl5
|
|
|
|
#pre-patch:
|
|
# ${MV} ${WRKSRC}/bin/json_pp ${WRKSRC}/bin/p5json_pp
|
|
# ${REINPLACE_CMD} -e 's|bin/json_pp|bin/p5json_pp|' ${WRKSRC}/MANIFEST ${WRKSRC}/Makefile.PL
|
|
|
|
post-patch:
|
|
@${MV} ${WRKSRC}/bin/json_pp ${WRKSRC}/bin/p5json_pp
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|