df4e1203e4
ok jasper@ (final commit)
22 lines
452 B
Makefile
22 lines
452 B
Makefile
# $OpenBSD: Makefile,v 1.8 2010/12/03 11:46:50 ajacoutot Exp $
|
|
|
|
COMMENT= Perl module for dumping Perl objects from/to XML
|
|
|
|
MODULES= cpan
|
|
DISTNAME= XML-Dumper-0.81
|
|
REVISION= 1
|
|
CATEGORIES= textproc devel
|
|
USE_GROFF = Yes
|
|
|
|
MAINTAINER= Srebrenko Sehic <haver@insecure.dk>
|
|
|
|
# Artistic
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
RUN_DEPENDS= textproc/p5-XML-Parser
|
|
|
|
.include <bsd.port.mk>
|