mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
18 lines
431 B
Makefile
18 lines
431 B
Makefile
# Created by: Nikolay Dachev <freebsd@dachev.info>
|
|
# $FreeBSD: head/net/py-ipaddress/Makefile 431313 2017-01-12 20:03:17Z sunpoet $
|
|
|
|
PORTNAME= ipaddress
|
|
PORTVERSION= 1.0.18
|
|
CATEGORIES= net python
|
|
MASTER_SITES= CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= python@FreeBSD.org
|
|
COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7
|
|
|
|
USES= python
|
|
USE_PYTHON= autoplist distutils
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|