1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/net/py-ipaddress/Makefile
Vanilla I. Shu a3c13c914d Add ipaddress-1.0.6.
PR:		ports/193574
Submitted by:	Nikolay Dachev <nikolay dachev info>
2014-09-15 02:13:55 +00:00

19 lines
364 B
Makefile

# Created by: Nikolay Dachev <freebsd@dachev.info>
# $FreeBSD$
PORTNAME= ipaddress
PORTVERSION= 1.0.6
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= freebsd@dachev.info
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
LICENSE= PSFL
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>