15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $OpenBSD: Makefile,v 1.9 2015/11/09 12:15:37 benoit Exp $
|
|
|
|
COMMENT = check the presence of tabs in your project
|
|
|
|
MODULES = cpan
|
|
DISTNAME = Test-NoTabs-1.4
|
|
CATEGORIES = devel
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
.include <bsd.port.mk>
|