6403f1a2ba
PR: 27923 Submitted by: maintainer Reviewed by: awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
22 lines
351 B
Makefile
22 lines
351 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@happygiraffe.net
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
MAN3= pcre.3 pcreposix.3
|
|
MAN1= pcregrep.1
|
|
|
|
.include <bsd.port.mk>
|