diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 11:47:22 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-22 11:47:22 +0000 |
commit | 580056663cb59bf7a2403f5f4831e9e8f9b84998 (patch) | |
tree | afe4d8935e35d90b5245f5699370b59cc4b0a331 /textproc/p5-String-BufferStack/Makefile | |
parent | 09a1f6d9a25aeac6639ec911caa755838e9d95c0 (diff) | |
download | ports-580056663cb59bf7a2403f5f4831e9e8f9b84998.tar.gz ports-580056663cb59bf7a2403f5f4831e9e8f9b84998.zip |
Notes
Diffstat (limited to 'textproc/p5-String-BufferStack/Makefile')
-rw-r--r-- | textproc/p5-String-BufferStack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/p5-String-BufferStack/Makefile b/textproc/p5-String-BufferStack/Makefile index e0e7c8f70022..9a00b8853989 100644 --- a/textproc/p5-String-BufferStack/Makefile +++ b/textproc/p5-String-BufferStack/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= tobez@FreeBSD.org COMMENT= Nested buffers for templating systems +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -MAN3= String::BufferStack.3 - -NO_STAGE= yes .include <bsd.port.mk> |