20 lines
282 B
Makefile
20 lines
282 B
Makefile
|
PKG_ARCH= *
|
||
|
|
||
|
COMMENT= collection of useful CVS scripts
|
||
|
|
||
|
DISTNAME= cvsutils-0.2.6
|
||
|
REVISION= 0
|
||
|
CATEGORIES= devel
|
||
|
|
||
|
HOMEPAGE= http://www.red-bean.com/cvsutils/
|
||
|
|
||
|
MASTER_SITES= ${HOMEPAGE}releases/
|
||
|
|
||
|
# GPLv2+
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
NO_TEST= Yes
|
||
|
|
||
|
.include <bsd.port.mk>
|