mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
8938b3938b
- Pass maintainership to submitter PR: ports/190245 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
22 lines
411 B
Makefile
22 lines
411 B
Makefile
# Created by: will
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Agent
|
|
PORTVERSION= 3.20
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= 5u623l20@gmail.com
|
|
COMMENT= Perl module that provides a foundation for software agent developers
|
|
|
|
LICENSE= ARTPERL10
|
|
|
|
BUILD_DEPENDS= p5-Class-Tom>=0:${PORTSDIR}/devel/p5-Class-Tom
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
.include <bsd.port.mk>
|