diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 12:51:11 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-31 12:51:11 +0000 |
commit | e8ec1931a6a2649287aa89920e2ca3bd2e861da9 (patch) | |
tree | d74a0c65314e72055f56d3c4af021aa6c39b45ba /devel/Makefile | |
parent | d4a4ea831cc7362ba240d86e2401a95ac86f2f17 (diff) |
Add new port: devel/p5-interface
Compile-time interface complaince testing. Inspects the methods defined
in your module, and compares them against the methods defined in the
modules you list. Requires no special or additional syntax.
WWW: http://search.cpan.org/dist/interface/
Notes
Notes:
svn path=/head/; revision=324043
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 6577caa119a8..88e4f35ebb5b 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2995,6 +2995,7 @@ SUBDIR += p5-github_creator SUBDIR += p5-iCal-Parser SUBDIR += p5-indirect + SUBDIR += p5-interface SUBDIR += p5-latest SUBDIR += p5-lexical-underscore SUBDIR += p5-lib-abs |