19 lines
357 B
Makefile
19 lines
357 B
Makefile
# $OpenBSD: Makefile,v 1.11 2013/03/11 11:42:45 espie Exp $
|
|
|
|
COMMENT= access/create XML files/datas easily
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Smart-1.76
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= Okan Demirmen <okan@openbsd.org>
|
|
|
|
# GPL/Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-Object-MultiType
|
|
|
|
TEST_DEPENDS= devel/p5-Test-Pod
|
|
|
|
.include <bsd.port.mk>
|