freebsd-ports/textproc/p5-XML-Atom-Syndication/Makefile
Sunpoet Po-Chuan Hsieh 903936ae90 Use real PORTVERSION
- Add LICENSE
- Add NO_ARCH
- Sort PLIST
2017-03-11 15:59:18 +00:00

25 lines
547 B
Makefile

# Created by: arved
# $FreeBSD$
PORTNAME= XML-Atom-Syndication
PORTVERSION= 0.942
PORTEPOCH= 1
CATEGORIES= textproc perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple lightweight client for consuming Atom syndication feeds
LICENSE= ART10
BUILD_DEPENDS= p5-Class-ErrorHandler>=0:devel/p5-Class-ErrorHandler \
p5-XML-Elemental>=2:textproc/p5-XML-Elemental \
p5-XML-Writer>=0.6:textproc/p5-XML-Writer
RUN_DEPENDS:= ${BUILD_DEPENDS}
NO_ARCH= yes
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>