Revision 652
- Date:
- 2017/06/13 17:00:45
- Files:
-
- /utf8/core/ports/all/Crypt-JWT
- /utf8/core/ports/all/Crypt-JWT/GNUmakefile (Diff) (Checkout)
- /utf8/core/ports/all/CryptX
- /utf8/core/ports/all/CryptX/GNUmakefile (Diff) (Checkout)
- /utf8/core/ports/all/Digest-SHA/GNUmakefile (Diff) (Checkout)
- /utf8/core/ports/all/GD/GNUmakefile (Diff) (Checkout)
- /utf8/core/ports/all/JSON-MaybeXS
- /utf8/core/ports/all/JSON-MaybeXS/GNUmakefile (Diff) (Checkout)
- /utf8/core/ports/all/JSON-PP
- /utf8/core/ports/all/JSON-PP/GNUmakefile (Diff) (Checkout)
Legend:
- Added
- Removed
- Modified
-
utf8/core/ports/all/Crypt-JWT/GNUmakefile
1 ############################################################################## 2 # 3 ############################################################################### 4 5 PORTVERSION = 0.018 6 PERL_MAKEMAKER = yes 7 MASTER_CPAN_SUBDIR = Crypt 8 PORT_DEPENDS = CryptX \ 9 JSON-MaybeXS 10 11 include ../../etc/ports.mk -
utf8/core/ports/all/CryptX/GNUmakefile
1 ############################################################################## 2 # 3 ############################################################################### 4 5 PORTVERSION = 0.044 6 PERL_MAKEMAKER = yes 7 MASTER_CPAN_SUBDIR = ../../authors/id/M/MI/MIK 8 9 include ../../etc/ports.mk -
utf8/core/ports/all/Digest-SHA/GNUmakefile
1 1 ############################################################################## 2 2 # 3 # 4 3 ############################################################################### 5 4 6 PORTVERSION = 5.84 5 PORTVERSION = 5.96 7 6 PERL_MAKEMAKER = yes 8 7 MASTER_CPAN_SUBDIR = Digest 9 8 10 11 9 include ../../etc/ports.mk -
utf8/core/ports/all/GD/GNUmakefile
6 6 include ../../etc/perl.mk 7 7 8 8 9 PORTVERSION = 2.35 9 PORTVERSION = 2.53 10 10 PERL_MAKEMAKER = yes 11 11 MASTER_CPAN_SUBDIR = GD 12 12 PORT_DEPENDS = libgd -
utf8/core/ports/all/JSON-MaybeXS/GNUmakefile
1 ############################################################################## 2 # 3 ############################################################################### 4 5 include ../../etc/perl.mk 6 7 PORTVERSION = 1.003009 8 PERL_MAKEMAKER = yes 9 MASTER_CPAN_SUBDIR = JSON 10 PORT_DEPENDS = JSON-PP 11 12 include ../../etc/ports.mk -
utf8/core/ports/all/JSON-PP/GNUmakefile
1 ############################################################################## 2 # 3 ############################################################################### 4 5 include ../../etc/perl.mk 6 7 PORTVERSION = 2.27400 8 PERL_MAKEMAKER = yes 9 MASTER_CPAN_SUBDIR = JSON 10 11 include ../../etc/ports.mk