20 lines
416 B
Makefile
20 lines
416 B
Makefile
# Created by: wosch
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= portcheckout
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= ports-mgmt
|
|
MASTER_SITES= http://wolfram.schneider.org/src/
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
COMMENT= Checkout and build ports and all depending ports
|
|
|
|
USES= shebangfix perl5
|
|
SHEBANG_FILES= portcheckout.pl
|
|
MAN1= portcheckout.1
|
|
MANCOMPRESSED= maybe
|
|
PLIST_FILES= bin/portcheckout
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|