2010-12-03 06:44:22 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2010/12/03 11:44:37 ajacoutot Exp $
|
2008-09-09 17:14:27 -04:00
|
|
|
|
|
|
|
COMMENT = check the presence of tabs in your project
|
|
|
|
|
|
|
|
MODULES = cpan
|
|
|
|
DISTNAME = Test-NoTabs-0.3
|
2010-12-03 06:44:22 -05:00
|
|
|
REVISION = 0
|
2008-09-09 17:14:27 -04:00
|
|
|
CATEGORIES = devel
|
2010-10-18 13:47:50 -04:00
|
|
|
USE_GROFF = Yes
|
2008-09-09 17:14:27 -04:00
|
|
|
|
|
|
|
MAINTAINER = Simon Bertrang <simon@openbsd.org>
|
|
|
|
|
|
|
|
# Perl
|
|
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
|
|
PERMIT_DISTFILES_CDROM = Yes
|
|
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
|
2010-11-15 14:45:56 -05:00
|
|
|
RUN_DEPENDS = devel/p5-Test-Group
|
2008-09-09 17:14:27 -04:00
|
|
|
|
|
|
|
CONFIGURE_STYLE = modbuild
|
|
|
|
|
|
|
|
MAKE_ENV += TEST_POD=1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|