mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
ad2f3a4a4d
A JSON (Javascript Object Notation) implementation in FreePascal
22 lines
498 B
Makefile
22 lines
498 B
Makefile
# New ports collection makefile for: fpc-fcl-json
|
|
# Date created: 2009-01-06
|
|
# Whom: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -fcl-json
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= A JSON (Javascript Object Notation) implementation in FreePascal
|
|
|
|
USE_FPC= fcl-base
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|