diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:02:15 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-15 11:02:15 +0800 |
commit | 1965cff5ea2592a3d6544e3a7669fcacf1f23b07 (patch) | |
tree | fcdc7cb186d80e8874055b9c7d286acd8a2a93aa /net | |
parent | 87b8bfa6ac002cedb9f8204536e31f10047f6ee7 (diff) | |
download | freebsd-ports-gnome-1965cff5ea2592a3d6544e3a7669fcacf1f23b07.tar.gz freebsd-ports-gnome-1965cff5ea2592a3d6544e3a7669fcacf1f23b07.tar.zst freebsd-ports-gnome-1965cff5ea2592a3d6544e3a7669fcacf1f23b07.zip |
- Add LICENSE_FILE
Diffstat (limited to 'net')
-rw-r--r-- | net/p5-VM-EC2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/p5-VM-EC2/Makefile b/net/p5-VM-EC2/Makefile index 057ec11cddc0..636e068c7de8 100644 --- a/net/p5-VM-EC2/Makefile +++ b/net/p5-VM-EC2/Makefile @@ -12,6 +12,7 @@ COMMENT= Perl interface to Amazon EC2 services LICENSE= ART10 GPLv1 LICENSE_COMB= dual +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= p5-AnyEvent-CacheDNS>=0.08:${PORTSDIR}/dns/p5-AnyEvent-CacheDNS \ p5-AnyEvent-HTTP>=2.15:${PORTSDIR}/www/p5-AnyEvent-HTTP \ |