blob: 2867bc28f164a83c5db71664a94af0151effe3c5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Free Pascal Compiler
# Date created: 28 November 2001
# Whom: John Merryweather Cooper et al
#
# $FreeBSD$
#
CATEGORIES= devel lang
PKGNAMESUFFIX= -regexpr
MAINTAINER= acardenas@bsd.org.pe
COMMENT= Free Pascal regular expression routines
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
MASTERDIR= ${.CURDIR}/../../lang/fpc
.include "${MASTERDIR}/Makefile"
|