diff options
author | wen <wen@FreeBSD.org> | 2012-10-25 11:19:09 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-10-25 11:19:09 +0800 |
commit | 81f8a36c43ef2597717478e7659fa54cae68b928 (patch) | |
tree | 6aa07d6d5f3cc45e80a5d4f1bb0801de9ce5e156 /devel/Makefile | |
parent | 36b6173a99b102904aba1d89267ab5a76751defe (diff) | |
download | freebsd-ports-gnome-81f8a36c43ef2597717478e7659fa54cae68b928.tar.gz freebsd-ports-gnome-81f8a36c43ef2597717478e7659fa54cae68b928.tar.zst freebsd-ports-gnome-81f8a36c43ef2597717478e7659fa54cae68b928.zip |
Import::Into creates a global method import::into which you can call on
any package to import it into another package.
WWW: http://search.cpan.org/dist/Import-Into/
Feature safe: yes
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 70225e996d57..2b151c90929d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -2056,6 +2056,7 @@ SUBDIR += p5-IPC-SharedCache SUBDIR += p5-IPC-Signal SUBDIR += p5-IPC-System-Simple + SUBDIR += p5-Import-Into SUBDIR += p5-Inline SUBDIR += p5-Inline-ASM SUBDIR += p5-Inline-CPP |