20 lines
372 B
Makefile
20 lines
372 B
Makefile
# $OpenBSD: Makefile,v 1.5 2014/11/06 16:43:01 benoit Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= lexically warn about using the indirect method call syntax
|
|
|
|
MODULES= cpan
|
|
DISTNAME= indirect-0.33
|
|
CATEGORIES= devel
|
|
|
|
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
|
|
CPAN_AUTHOR= VPIT
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
TEST_DEPENDS= devel/p5-Devel-Declare
|
|
|
|
.include <bsd.port.mk>
|