22 lines
392 B
Makefile
22 lines
392 B
Makefile
|
# New ports collection makefile for: XML-DOMHandler
|
||
|
# Date created: 4 August 2009
|
||
|
# Whom: Stefan Pauly <stefan@fh-mainz.de>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= XML-DOMHandler
|
||
|
PORTVERSION= 1.0
|
||
|
CATEGORIES= textproc perl5
|
||
|
MASTER_SITES= CPAN
|
||
|
PKGNAMEPREFIX= p5-
|
||
|
|
||
|
MAINTAINER= stefan@fh-mainz.de
|
||
|
COMMENT= A call-back interface to DOM
|
||
|
|
||
|
PERL_CONFIGURE= yes
|
||
|
|
||
|
MAN3= XML::DOMHandler.3
|
||
|
|
||
|
.include <bsd.port.mk>
|