naddy cfbb239b6a Remove SHARED_ONLY from all CPAN Perl ports and the cpan and perl MODULES.
Add WANTLIB+=perl and PKG_ARCH=* as appropriate.
2016-03-20 19:56:05 +00:00

22 lines
506 B
Makefile

# $OpenBSD: Makefile,v 1.21 2016/03/20 19:56:21 naddy Exp $
COMMENT = module to declare real exception classes in perl
MODULES = cpan
PKG_ARCH = *
DISTNAME = Exception-Class-1.39
CATEGORIES = devel
MAINTAINER = Andrew Fresh <afresh1@openbsd.org>
# perl
PERMIT_PACKAGE_CDROM = Yes
# We don't have all the dependencies for author/release testing
MAKE_ENV = RELEASE_TESTING= AUTHOR_TESTING=
RUN_DEPENDS = devel/p5-Class-Data-Inheritable>=0.02 \
devel/p5-Devel-StackTrace>=2.00
.include <bsd.port.mk>