aboutsummaryrefslogtreecommitdiffstats
path: root/net/uriparser/Makefile
blob: 616c9f6875c03706c97a58c01a1ea2627ca2edbf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    uriparser
# Date Created:             31 Mar 2007
# Whom:                 Ed Schouten <ed@fxq.nl>
#
# $FreeBSD$
#

PORTNAME=   uriparser
PORTVERSION=    0.5.1
CATEGORIES= net
MASTER_SITES=   SF

MAINTAINER= ed@fxq.nl
COMMENT=    URI parsing library

GNU_CONFIGURE=  yes
USE_BZIP2=  yes
USE_AUTOTOOLS=  libtool:15
USE_LDCONFIG=   yes

.include <bsd.port.mk>