ceb2b68e55
- net/uriparser 0.7.1 -> 0.7.2 - multimedia/libspiff 0.8.3 -> 1.0.0 - audio/herrie 2.1 -> 2.2 I'm updating these ports in a single commit, because herrie 2.2 requires these up-to-date versions to compile properly.
21 lines
363 B
Makefile
21 lines
363 B
Makefile
# New ports collection makefile for: uriparser
|
|
# Date Created: 31 Mar 2007
|
|
# Whom: Ed Schouten <ed@fxq.nl>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= uriparser
|
|
PORTVERSION= 0.7.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ed@FreeBSD.org
|
|
COMMENT= URI parsing library
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_BZIP2= yes
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|