mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
1631246f6b
- Add NO_ARCH Approved by: portmgr blanket
23 lines
419 B
Makefile
23 lines
419 B
Makefile
# Created by: Adam Herzog <adam@herzogdesigns.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= XML-Writer
|
|
PORTVERSION= 0.625
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:JOSEPHW
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= perl@FreeBSD.org
|
|
COMMENT= Simple Perl module for writing XML documents
|
|
|
|
LICENSE= PD
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
NO_ARCH= yes
|
|
|
|
.include <bsd.port.mk>
|