blob: 184919a5c5b357ef691c6c1fa6ed694f2361b5b8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# New ports collection makefile for: pear-Net_IDNA
# Date created: 26 Mai 2009
# Whom: Michael Frey <frey@raum3.de>
#
# $FreeBSD$
#
PORTNAME= Net_IDNA
PORTVERSION= 0.7.2
PORTREVISION= 1
CATEGORIES= net pear
MAINTAINER= frey@raum3.de
COMMENT= Pear Punycode encoding and decoding package
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
CATEGORY= Net
FILES= IDNA.php \
IDNA/php5.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>
|