summaryrefslogtreecommitdiff
path: root/misc/salias/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/salias/Makefile')
-rw-r--r--misc/salias/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/salias/Makefile b/misc/salias/Makefile
new file mode 100644
index 000000000000..4375ba6a419a
--- /dev/null
+++ b/misc/salias/Makefile
@@ -0,0 +1,25 @@
+# ex:ts=8
+# New ports collection makefile for: salias
+# Date created: May 16, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= salias
+PORTVERSION= 0.1.5
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
+
+MAINTAINER= ijliao@FreeBSD.org
+
+BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple
+RUN_DEPENDS= ${BUILD_DEPENDS}
+
+USE_PERL5= yes
+PERL_CONFIGURE= yes
+
+MAN1= salias.1
+
+.include <bsd.port.mk>