1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/textproc/makepatch/Makefile
Marcelo Araujo 4aaab89f57 - Take advantage of CPAN macro from bsd.sites.mk, change ${MASTER_SITE_PERL_CPAN} to CPAN.
PR:		ports/122674
Submitted by:	Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by:	araujo (myself)
Approved by:	portmgr (pav)
2008-04-17 14:30:31 +00:00

22 lines
447 B
Makefile

# New ports collection makefile for: makepatch
# Date created: 22 October 2001
# Whom: John Merryweather Cooper
#
# $FreeBSD$
#
PORTNAME= makepatch
PORTVERSION= 2.03
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ../../authors/id/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>