2015-11-09 12:15:37 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2015/11/09 12:15:37 benoit Exp $
|
2008-09-09 21:14:27 +00:00
|
|
|
|
|
|
|
COMMENT = check the presence of tabs in your project
|
|
|
|
|
|
|
|
MODULES = cpan
|
2015-11-09 12:15:37 +00:00
|
|
|
DISTNAME = Test-NoTabs-1.4
|
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>
|