2013-04-26 14:35:50 +02:00
|
|
|
# Created by: Kay Lehmann
|
2004-04-02 09:21:51 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cdbkup
|
|
|
|
PORTVERSION= 1.0
|
2015-03-03 01:48:45 +01:00
|
|
|
PORTREVISION= 2
|
2004-04-02 09:21:51 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/release-1-0
|
2004-04-02 09:21:51 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}-1
|
|
|
|
|
2006-12-29 01:31:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-03 16:28:29 +02:00
|
|
|
COMMENT= Simple but full-featured backup/restore perl scripts (uses gnu tar)
|
2004-04-02 09:21:51 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/sbin/eject:sysutils/eject \
|
|
|
|
cdrecord:sysutils/cdrtools
|
2013-11-08 16:06:28 +01:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
2004-04-02 09:21:51 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2013-08-03 10:45:51 +02:00
|
|
|
USES= perl5
|
2004-04-02 09:21:51 +02:00
|
|
|
CONFIGURE_ENV+= PATH=${PATH}:${LOCALBASE}/sbin
|
|
|
|
|
|
|
|
PORTDOCS= README TODO COMPLIANCE
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|