pkgsrc/regress/barrier/Makefile
wiz 2e65d464e8 Recursive PKGREVISION bump for all packages mentioning 'perl',
having a PKGNAME of p5-*, or depending such a package,
for perl-5.22.0.
2015-06-12 10:50:58 +00:00

18 lines
339 B
Makefile

# $NetBSD: Makefile,v 1.5 2015/06/12 10:51:00 wiz Exp $
#
DISTNAME= barrier-1.0
PKGREVISION= 2
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"