mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# New ports collection makefile for: XML::Writer
|
|
# Date created: 24 December 2000
|
|
# Whom: Adam Herzog <adam@herzogdesigns.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= XML-Writer
|
|
PORTVERSION= 0.611
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= clsung@FreeBSD.org
|
|
COMMENT= A simple Perl module for writing XML documents
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= XML::Writer.3
|
|
|
|
.include <bsd.port.mk>
|