18 lines
354 B
Makefile
18 lines
354 B
Makefile
# $OpenBSD: Makefile,v 1.10 2013/10/11 23:51:22 naddy Exp $
|
|
|
|
COMMENT= Perl module for dumping Perl objects from/to XML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Dumper-0.81
|
|
REVISION= 1
|
|
CATEGORIES= textproc devel
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser
|
|
|
|
.include <bsd.port.mk>
|