summaryrefslogtreecommitdiffstats
path: root/devel/portlint/Makefile
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-06-15 14:12:38 +0000
committermax <max@FreeBSD.org>1997-06-15 14:12:38 +0000
commit7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75 (patch)
tree5ae069ff95a17c1f8d136a99586b5eb079ac7a9f /devel/portlint/Makefile
parent17ae7894a4c8f76bd7e2abf31bc844507eb48cb6 (diff)
downloadFreeBSD-ports-7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75.zip
FreeBSD-ports-7f9ffaf9cb5c547a3a4a54596a2444b9d4c4aa75.tar.gz
New port, portlint:
portlint makes a small set of sanity checks for port directory. usage: Submitted by: Jun-ichiro ITOH <itojun@itojun.org> PR: 3863
Diffstat (limited to 'devel/portlint/Makefile')
-rw-r--r--devel/portlint/Makefile23
1 files changed, 23 insertions, 0 deletions
diff --git a/devel/portlint/Makefile b/devel/portlint/Makefile
new file mode 100644
index 0000000..f30aeb7
--- /dev/null
+++ b/devel/portlint/Makefile
@@ -0,0 +1,23 @@
+# New ports collection makefile for: portlint
+# Version required: 1.9
+# Date created: 13 Jun 1997
+# Whom: Jun-ichiro itojun Itoh <itojun@itojun.org>
+#
+# $Id$
+#
+
+DISTNAME= portlint.pl-1.9
+PKGNAME= portlint-1.9
+CATEGORIES= devel
+MASTER_SITES= ftp://ftp.foretune.co.jp/pub/tools/portlint/
+EXTRACT_SUFX=
+
+MAINTAINER= itojun@itojun.org
+
+EXTRACT_ONLY= # This value is intentionally left empty.
+NO_BUILD= yes
+
+do-install:
+ ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/portlint
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud