diff options
author | Frederic Culot <culot@FreeBSD.org> | 2012-07-21 09:51:21 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2012-07-21 09:51:21 +0000 |
commit | a0e65666e4e4437ec99298b7766fa267266ebf2b (patch) | |
tree | 6eeabed41f612709306f4d61273e65570f96f0b2 /devel/Makefile | |
parent | 455299f98c3ed7381b364e909aeb77638bef5905 (diff) | |
download | ports-a0e65666e4e4437ec99298b7766fa267266ebf2b.tar.gz ports-a0e65666e4e4437ec99298b7766fa267266ebf2b.zip |
Acme::Comment allows multi-line comments which are filtered out.
Unlike the pseudo multi-line comment if (0) {}, the code being
commented out need not be syntactically valid.
WWW: http://search.cpan.org/dist/Acme-Comment/
PR: ports/169956
Submitted by: Marcello Silva Coutinho <marcellocoutinho@gmail.com>
Notes
Notes:
svn path=/head/; revision=301270
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index b5ca618fea79..695f9a6f58c3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1249,6 +1249,7 @@ SUBDIR += p4web SUBDIR += p5-AI-Pathfinding-AStar SUBDIR += p5-AI-Prolog + SUBDIR += p5-Acme-Comment SUBDIR += p5-Acme-Damn SUBDIR += p5-Acme-MetaSyntactic SUBDIR += p5-Agent |