freebsd-ports/textproc/makepatch/Makefile
Andrej Zverev a36b68f645 - convert to the new perl5 framework
- trim Makefile header

Approved by:	portmgr (bapt@, blanket)
2013-09-11 06:03:56 +00:00

17 lines
326 B
Makefile

# $FreeBSD$
PORTNAME= makepatch
PORTVERSION= 2.05
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:JV
MAINTAINER= clsung@FreeBSD.org
COMMENT= Perl scripts to assist in the generation and application of patches
USES= perl5
USE_PERL5= configure
MAN1= makepatch.1 applypatch.1
.include <bsd.port.mk>