ce1772b268
Retire NO_PACAKGE as there is no technical reason for it.
17 lines
326 B
Makefile
17 lines
326 B
Makefile
# $NetBSD: Makefile,v 1.3 2009/04/09 00:47:11 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= barrier-1.0
|
|
CATEGORIES= regress
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Tests whether pkgsrc barriers work as expected
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-build:
|
|
perl -e 'print "hello\n";'
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|