freebsd-ports/ports-mgmt/pchecker/Makefile
Alex Kozlov 7057fb7d4d Update to 1.6
- update whitelists

Approved by:	eadler, itetcu (mentors, implicit)
2012-05-24 07:43:58 +00:00

27 lines
532 B
Makefile

# New ports collection makefile for: pchecker
# Date created: 2012-02-23
# Whom: Alex Kozlov <spam@rm-rf.kiev.ua>
#
# $FreeBSD$
#
PORTNAME= pchecker
PORTVERSION= 1.6
CATEGORIES= ports-mgmt
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ak-various-projects
MAINTAINER= ak@FreeBSD.org
COMMENT= A tool that checks the ports tree for various errors
LICENSE= BSD
USE_XZ= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>