13 lines
239 B
Makefile
13 lines
239 B
Makefile
# Created by: Michael Frey <frey@raum3.de>
|
|
|
|
PORTNAME= Net_IDNA
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Pear Punycode encoding and decoding package
|
|
|
|
NO_ARCH= yes
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|