1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/devel/p5-Agent/Makefile
Sunpoet Po-Chuan Hsieh 8938b3938b - Add LICENSE
- Pass maintainership to submitter

PR:		ports/190245
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-05-26 15:34:04 +00:00

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>