diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-11 21:30:15 +0000 |
commit | ed33fb7de058a6d91ae1c86c9dda42a1a2508b54 (patch) | |
tree | bb126f7f4deabe676254cb651c5b8a780976235f /devel/pcre | |
parent | cd551d001ae65b6035a625879180b837df06f895 (diff) | |
download | ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.tar.gz ports-ed33fb7de058a6d91ae1c86c9dda42a1a2508b54.zip |
Notes
Diffstat (limited to 'devel/pcre')
-rw-r--r-- | devel/pcre/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/pcre/Makefile b/devel/pcre/Makefile index c4b9e6c130cb..f3bbd7f554af 100644 --- a/devel/pcre/Makefile +++ b/devel/pcre/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: pcre -# Version required: 3.1 # Date created: 08 July 1998 # Whom: dom # # $FreeBSD$ # -DISTNAME= pcre-3.1 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ +PORTNAME= pcre +PORTVERSION= 3.1 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.cus.cam.ac.uk/pub/software/programs/pcre/ -MAINTAINER= dom@myrddin.demon.co.uk +MAINTAINER= dom@myrddin.demon.co.uk # Implies GNU_CONFIGURE. USE_LIBTOOL= yes |