mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
15fc00e2e1
Also add a pointer to the homepage. PR: 27053 Submitted by: maintainer
22 lines
354 B
Makefile
22 lines
354 B
Makefile
# New ports collection makefile for: pcre
|
|
# Date created: 08 July 1998
|
|
# Whom: dom
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= pcre
|
|
PORTVERSION= 3.4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= dom@myrddin.demon.co.uk
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
MAN3= pcre.3 pcreposix.3
|
|
MAN1= pcregrep.1
|
|
|
|
.include <bsd.port.mk>
|