diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:34:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2014-05-26 23:34:04 +0800 |
commit | 41aa382e77d0ebe22536377d3dbfaf5ca8d0c28b (patch) | |
tree | 297b54da0f21333563a3dd100c74c426e76af027 /devel | |
parent | e3183aa1494ac5ecf3cb97adf58e143e395ae80b (diff) | |
download | freebsd-ports-gnome-41aa382e77d0ebe22536377d3dbfaf5ca8d0c28b.tar.gz freebsd-ports-gnome-41aa382e77d0ebe22536377d3dbfaf5ca8d0c28b.tar.zst freebsd-ports-gnome-41aa382e77d0ebe22536377d3dbfaf5ca8d0c28b.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/190245
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Diffstat (limited to 'devel')
-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} |