mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
19 lines
340 B
Makefile
19 lines
340 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
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|