freebsd-ports/devel/cvsdiff2patch/Makefile
Carlo Strub 344b32ccd9 - Fix typos in COMMENT
- Enforce the now clarified rules from the Porter's Handbook (e.g. no dots, no
  A/An, etc.)
2012-08-02 09:02:43 +00:00

20 lines
450 B
Makefile

# New ports collection makefile for: cvsdiff2patch
# Date created: 06 Jun 2003
# Whom: alfred@freebsd.org
#
# $FreeBSD$
#
PORTNAME= cvsdiff2patch
PORTVERSION= 1.0.1
CATEGORIES= devel
MASTER_SITES= http://people.freebsd.org/~alfred/sources/cvsdiff2patch/
DISTNAME= cvsdiff2patch-${PORTVERSION}
USE_BZIP2= yes
MAINTAINER= ports@FreeBSD.org
COMMENT= Turn cvs diff output into patch input
PLIST_FILES= bin/cvsdiff2patch
.include <bsd.port.mk>