summaryrefslogtreecommitdiff
path: root/www/html2hdml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/html2hdml/Makefile')
-rw-r--r--www/html2hdml/Makefile19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/html2hdml/Makefile b/www/html2hdml/Makefile
new file mode 100644
index 000000000000..6ad05fc95486
--- /dev/null
+++ b/www/html2hdml/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: html2hdml
+# Date created: 27 February 2003
+# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= html2hdml
+PORTVERSION= 1.0.2
+CATEGORIES= www textproc
+MASTER_SITES= http://downloads.sourceforge.jp/html2hdml/2459/
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= knu@FreeBSD.org
+COMMENT= An i-mode HTML to EZweb HDML converter
+
+GNU_CONFIGURE= yes
+
+.include <bsd.port.mk>