1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/textproc/p5-XML-Stream/Makefile
Sunpoet Po-Chuan Hsieh 5f3acd9215 Add NO_ARCH
2020-11-06 11:36:41 +00:00

25 lines
471 B
Makefile

# Created by: Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
# $FreeBSD$
PORTNAME= XML-Stream
DISTVERSION= 1.24
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:DAPATRICK
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= XML::Stream provides you with access to XML Stream
LICENSE= LGPL21
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Authen-SASL>=0:security/p5-Authen-SASL
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>