diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-26 15:34:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-26 15:34:04 +0000 |
commit | 8938b3938bfe992a1229affa505ff759f92c5acf (patch) | |
tree | 297b54da0f21333563a3dd100c74c426e76af027 /devel/p5-Agent | |
parent | c057cde1d7718a34fe3de53bde1fb3fb4fb95185 (diff) | |
download | ports-8938b3938bfe992a1229affa505ff759f92c5acf.tar.gz ports-8938b3938bfe992a1229affa505ff759f92c5acf.zip |
Notes
Diffstat (limited to 'devel/p5-Agent')
-rw-r--r-- | devel/p5-Agent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/p5-Agent/Makefile b/devel/p5-Agent/Makefile index a6b7631ff562..3fb28cd888a4 100644 --- a/devel/p5-Agent/Makefile +++ b/devel/p5-Agent/Makefile @@ -7,9 +7,11 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +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} |