diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 20:41:16 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-25 20:41:16 +0800 |
commit | 3226a0998eca1629af85f9ea8965c87c66242683 (patch) | |
tree | e815deec23655389ea9a24728545a8c6c11e1e36 | |
parent | fdce8712e63e77b2b0fbd7f0b99b10557d5f3709 (diff) | |
download | freebsd-ports-gnome-3226a0998eca1629af85f9ea8965c87c66242683.tar.gz freebsd-ports-gnome-3226a0998eca1629af85f9ea8965c87c66242683.tar.zst freebsd-ports-gnome-3226a0998eca1629af85f9ea8965c87c66242683.zip |
- Add LICENSE
- Pass maintainership to submitter
PR: ports/189587
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
-rw-r--r-- | devel/p5-File-BOM/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/p5-File-BOM/Makefile b/devel/p5-File-BOM/Makefile index a0ea0d285a33..b4fd4c4ab3da 100644 --- a/devel/p5-File-BOM/Makefile +++ b/devel/p5-File-BOM/Makefile @@ -8,9 +8,12 @@ CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Perl module to handle Unicode byte order marks +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Readonly>=0:${PORTSDIR}/devel/p5-Readonly RUN_DEPENDS:= ${BUILD_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception |