freebsd-ports/lang/fpc-base/Makefile
Jose Alonso Cardenas Marquez e40d870fc3 lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
2021-07-31 20:56:08 -05:00

17 lines
382 B
Makefile

# Created by: John Merryweather Cooper <coop9211@uidaho.edu>
PORTNAME= base
PORTVERSION= 3.2.2
CATEGORIES= lang
PKGNAMEPREFIX= fpc-
MAINTAINER= acm@FreeBSD.org
COMMENT= Meta package to install all of the Free Pascal base
USES= fpc:base metaport
OPTIONS_DEFINE= DOCS
DOCS_RUN_DEPENDS= ${LOCALBASE}/share/doc/fpdocs-${PORTVERSION}/user.pdf:lang/fpc-docs
.include <bsd.port.mk>