freebsd-ports/devel/py-ll-url/Makefile
Michael Johnson 440676eb15 Add py-ll-url 0.15.1, RFC2396 implementation of URLs and file like
classes for URLs.

PR:		ports/82580
Submitted by:	Choe, Cheng-Dae
2005-06-24 06:43:45 +00:00

23 lines
521 B
Makefile

# New ports collection makefile for: ll-url
# Date created: 2005-06-23
# Whom: Choe, Cheng-Dae
#
# $FreeBSD$
#
PORTNAME= ll-url
PORTVERSION= 0.15.1
CATEGORIES= devel python
MASTER_SITES= http://ftp.livinglogic.de/url/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= whitekid@gmail.com
COMMENT= RFC2396 implementation of URLs and file like classes for URLs
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/ll/__init__.py:${PORTSDIR}/devel/py-ll-core
USE_PYTHON= 2.4+
USE_PYDISTUTILS= yes
USE_BZIP2= yes
.include <bsd.port.mk>