freebsd-ports/biology/p5-Bio-Das-Lite/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

25 lines
514 B
Makefile

# Created by: Wen Heping <wen@FreeBSD.org>
# $FreeBSD$
PORTNAME= Bio-Das-Lite
PORTVERSION= 2.11
PORTREVISION= 1
CATEGORIES= biology perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension for the DAS (HTTP+XML) Protocol
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Readonly>=1.03:devel/p5-Readonly \
p5-libwww>=0:www/p5-libwww \
p5-WWW-Curl>=4.07:www/p5-WWW-Curl
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= modbuild
.include <bsd.port.mk>