2017-05-10 12:57:24 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2017/05/10 12:57:24 benoit Exp $
|
2008-09-09 21:14:27 +00:00
|
|
|
|
|
|
|
COMMENT = check the presence of tabs in your project
|
|
|
|
|
|
|
|
MODULES = cpan
|
2016-03-20 19:56:05 +00:00
|
|
|
PKG_ARCH = *
|
2017-05-10 12:57:24 +00:00
|
|
|
DISTNAME = Test-NoTabs-2.00
|
2008-09-09 21:14:27 +00:00
|
|
|
CATEGORIES = devel
|
|
|
|
|
|
|
|
# Perl
|
2015-11-09 12:15:37 +00:00
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
2008-09-09 21:14:27 +00:00
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|