mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
b233276d78
Approved by: mat (mentor)
14 lines
234 B
Makefile
14 lines
234 B
Makefile
# Created by: Michael Frey <frey@raum3.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Net_IDNA
|
|
PORTVERSION= 0.8.1
|
|
CATEGORIES= net pear
|
|
|
|
MAINTAINER= miwi@FreeBSD.org
|
|
COMMENT= Pear Punycode encoding and decoding package
|
|
|
|
USES= pear
|
|
|
|
.include <bsd.port.mk>
|