mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
c3bf96e2f3
from wen heping
18 lines
261 B
Makefile
18 lines
261 B
Makefile
COMMENT = perl extension for generating XML
|
|
|
|
DISTNAME = XML-Generator-1.13
|
|
|
|
CATEGORIES = textproc
|
|
|
|
# Perl
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
MODULES = cpan
|
|
|
|
RUN_DEPENDS = textproc/p5-XML-DOM>=1.46
|
|
TEST_DEPENDS = devel/p5-Tie-IxHash
|
|
|
|
PKG_ARCH = *
|
|
|
|
.include <bsd.port.mk>
|