7a1dccccd5
See http://wiki.freebsd.org/Perl for details. - Change maintainership from ports@ to perl@ for ports in this changeset. - Remove MD5 checksum
21 lines
435 B
Makefile
21 lines
435 B
Makefile
# New ports collection makefile for: makepatch
|
|
# Date created: 22 October 2001
|
|
# Whom: John Merryweather Cooper
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= makepatch
|
|
PORTVERSION= 2.04
|
|
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
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN1= makepatch.1 applypatch.1
|
|
|
|
.include <bsd.port.mk>
|