mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-17 14:01:19 +02:00
create bsd12 branch
This commit is contained in:
18
python/py-idna/Makefile
Normal file
18
python/py-idna/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Kubilay Kocak <koobs@FreeBSD.org>
|
||||
# $FreeBSD: head/dns/py-idna/Makefile 400660 2015-11-02 16:30:46Z koobs $
|
||||
|
||||
PORTNAME= idna
|
||||
PORTVERSION= 2.7
|
||||
CATEGORIES= dns python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Internationalized Domain Names in Applications (IDNA)
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
#EOF
|
||||
Reference in New Issue
Block a user