aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/decomment/Makefile
blob: 2358a21f6dc6496495caed55c868c1a5eae99a10 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# New ports collection makefile for:    decomment
# Date created:             14 Feb 2008
# Whom:                     Beech Rintoul <beech@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   decomment
PORTVERSION=    0.1.0
CATEGORIES= sysutils
MASTER_SITES=   LOCAL/beech \
        http://www.alaskaparadise.com/freebsd/

MAINTAINER= volker@vwsoft.com
COMMENT=    Removes comments and (optionally) whitespace from a file.

PLIST_FILES=    bin/decomment

.include <bsd.port.mk>