mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
devel/p5-Asm-Preproc: new port had been added (+)
This is a preprocessor module to be called from an assembler. WWW: https://metacpan.org/dist/Asm-Preproc
This commit is contained in:
parent
c02455a757
commit
88e2dec983
@ -1778,6 +1778,7 @@
|
||||
SUBDIR += p5-Array-Iterator
|
||||
SUBDIR += p5-Array-Unique
|
||||
SUBDIR += p5-Array-Window
|
||||
SUBDIR += p5-Asm-Preproc
|
||||
SUBDIR += p5-Async-Interrupt
|
||||
SUBDIR += p5-Async-MergePoint
|
||||
SUBDIR += p5-AtExit
|
||||
|
25
devel/p5-Asm-Preproc/Makefile
Normal file
25
devel/p5-Asm-Preproc/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# Created by: Alexey Dokuchaev <danfe@FreeBSD.org>
|
||||
|
||||
PORTNAME= Asm-Preproc
|
||||
PORTVERSION= 1.03
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Preprocessor to be called from an assembler
|
||||
|
||||
LICENSE= ART10 GPLv1+
|
||||
LICENSE_COMB= dual
|
||||
|
||||
RUN_DEPENDS= p5-Class-Accessor>=0.51:devel/p5-Class-Accessor \
|
||||
p5-Data-Dump>=1.23:devel/p5-Data-Dump \
|
||||
p5-Iterator-Simple-Lookahead>=0.09:devel/p5-Iterator-Simple-Lookahead \
|
||||
p5-Text-Template>=1.55:textproc/p5-Text-Template
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/p5-Asm-Preproc/distinfo
Normal file
3
devel/p5-Asm-Preproc/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1551650784
|
||||
SHA256 (Asm-Preproc-1.03.tar.gz) = a554e922a1b166907166501b5ee1836a9b8ec6ca77b8cfc033974a53195e8f53
|
||||
SIZE (Asm-Preproc-1.03.tar.gz) = 17770
|
4
devel/p5-Asm-Preproc/pkg-descr
Normal file
4
devel/p5-Asm-Preproc/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Asm::Preproc is a preprocessor module to be called from an assembler,
|
||||
which grew out of Z80 assembly-specific into independent module.
|
||||
|
||||
WWW: https://metacpan.org/dist/Asm-Preproc
|
8
devel/p5-Asm-Preproc/pkg-plist
Normal file
8
devel/p5-Asm-Preproc/pkg-plist
Normal file
@ -0,0 +1,8 @@
|
||||
%%SITE_PERL%%/Asm/Preproc.pm
|
||||
%%SITE_PERL%%/Asm/Preproc/Lexer.pm
|
||||
%%SITE_PERL%%/Asm/Preproc/Line.pm
|
||||
%%SITE_PERL%%/Asm/Preproc/Token.pm
|
||||
%%PERL5_MAN3%%/Asm::Preproc.3.gz
|
||||
%%PERL5_MAN3%%/Asm::Preproc::Lexer.3.gz
|
||||
%%PERL5_MAN3%%/Asm::Preproc::Line.3.gz
|
||||
%%PERL5_MAN3%%/Asm::Preproc::Token.3.gz
|
Loading…
Reference in New Issue
Block a user