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

20 lines
401 B
Makefile

# $OpenBSD: Makefile,v 1.11 2016/03/20 19:57:11 naddy Exp $
COMMENT = generic classes for simplistic handling of XML data
MODULES = cpan
PKG_ARCH = *
DISTNAME = XML-Elemental-2.11
CATEGORIES = textproc
REVISION = 0
# Artistic
PERMIT_PACKAGE_CDROM = Yes
RUN_DEPENDS = devel/p5-Class-Accessor \
textproc/p5-XML-Parser \
textproc/p5-XML-SAX \
devel/p5-Task-Weaken>=1.02
.include <bsd.port.mk>