freebsd-ports/devel/p5-Agent/Makefile
2021-04-06 16:31:07 +02:00

21 lines
398 B
Makefile

# Created by: will
PORTNAME= Agent
PORTVERSION= 3.20
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl module that provides a foundation for software agent developers
LICENSE= ARTPERL10
BUILD_DEPENDS= ${RUN_DEPENDS}
RUN_DEPENDS= p5-Class-Tom>=0:devel/p5-Class-Tom
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>