mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
24 lines
425 B
Makefile
24 lines
425 B
Makefile
# New ports collection makefile for: cvs2cl
|
|
# Date created: 6 June 2000
|
|
# Whom: knu@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cvs2cl
|
|
PORTVERSION= 2.29
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= knu
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
USE_PERL5= YES
|
|
NO_BUILD= YES
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
|
|
|
.include <bsd.port.mk>
|