freebsd-ports/devel/portlint/Makefile
Masafumi Max NAKANE dc92a3e522 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
1997-06-15 14:12:38 +00:00

24 lines
526 B
Makefile

# 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>