27e29b575d
- Add staging support while I'm here. PR: ports/183907 Submitted by: maintainer
16 lines
245 B
Makefile
16 lines
245 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= clone
|
|
PORTVERSION= 1.0.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= cyclaero@gmail.com
|
|
COMMENT= File tree cloning tool
|
|
|
|
LICENSE= BSD
|
|
|
|
PLIST_FILES= bin/clone \
|
|
man/man1/clone.1.gz
|
|
|
|
.include <bsd.port.mk>
|