diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-06 17:03:58 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2018-05-06 17:03:58 +0800 |
commit | db8b268b26b3cb754e99e487e7130d901f02c15f (patch) | |
tree | 51921c5a7ade3ce83b4814fe19b31c809f0145c0 /textproc/p5-YAML-Syck | |
parent | 04572c0615056e42f4c659e014bb1cbf4e73073d (diff) | |
download | freebsd-ports-gnome-db8b268b26b3cb754e99e487e7130d901f02c15f.tar.gz freebsd-ports-gnome-db8b268b26b3cb754e99e487e7130d901f02c15f.tar.zst freebsd-ports-gnome-db8b268b26b3cb754e99e487e7130d901f02c15f.zip |
- Add LICENSE
Approved by: portmgr blanket
Diffstat (limited to 'textproc/p5-YAML-Syck')
-rw-r--r-- | textproc/p5-YAML-Syck/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/p5-YAML-Syck/Makefile b/textproc/p5-YAML-Syck/Makefile index 461e2f5cf6c4..dab5219a6dda 100644 --- a/textproc/p5-YAML-Syck/Makefile +++ b/textproc/p5-YAML-Syck/Makefile @@ -11,6 +11,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Fast, lightweight YAML and JSON loader and dumper +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING + USES= perl5 USE_PERL5= configure CONFIGURE_ARGS+= < /dev/null |