pkgsrc/regress/barrier/Makefile
joerg ce1772b268 Remove redundant EXTRACT_ONLY and NO_CHECKSUM declarations.
Retire NO_PACAKGE as there is no technical reason for it.
2009-04-09 00:47:11 +00:00

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"