mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f184505469
For dns/openresolv give proper attribution. This was a copy/paste mistake the submitter made, which incorrectly gave me attribution for that file. I did not create it.
17 lines
277 B
Makefile
17 lines
277 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Code
|
|
PORTVERSION= 0.4
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Module for converting XML hash structures into plain text
|
|
|
|
MAN3= XML::Code.3
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|