diff options
author | tobez <tobez@FreeBSD.org> | 2001-12-16 01:20:26 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-12-16 01:20:26 +0800 |
commit | f175f4c8dacb2dbd9efe04a4124b752471368db0 (patch) | |
tree | a4dc5ff9d31d52f1ab61a509a0a1123e565a5559 /devel/p5-Inline-ASM | |
parent | f0936d3aa3559d2517bbb3be3da4fd2ca86d4864 (diff) | |
download | freebsd-ports-gnome-f175f4c8dacb2dbd9efe04a4124b752471368db0.tar.gz freebsd-ports-gnome-f175f4c8dacb2dbd9efe04a4124b752471368db0.tar.zst freebsd-ports-gnome-f175f4c8dacb2dbd9efe04a4124b752471368db0.zip |
Add p5-Inline-ASM 0.03, a perl module that facilitates writing of perl
subroutines in assembler.
PR: 32867
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel/p5-Inline-ASM')
-rw-r--r-- | devel/p5-Inline-ASM/Makefile | 26 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/pkg-descr | 10 | ||||
-rw-r--r-- | devel/p5-Inline-ASM/pkg-plist | 6 |
5 files changed, 44 insertions, 0 deletions
diff --git a/devel/p5-Inline-ASM/Makefile b/devel/p5-Inline-ASM/Makefile new file mode 100644 index 000000000000..08390883945c --- /dev/null +++ b/devel/p5-Inline-ASM/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: Inline::ASM +# Date created: 14 Dec 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Inline-ASM +PORTVERSION= 0.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Inline +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Inline.pm:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= yes +CONFIGURE_ARGS= </dev/null + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Inline::ASM.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Inline-ASM/distinfo b/devel/p5-Inline-ASM/distinfo new file mode 100644 index 000000000000..7361522c6b68 --- /dev/null +++ b/devel/p5-Inline-ASM/distinfo @@ -0,0 +1 @@ +MD5 (Inline-ASM-0.03.tar.gz) = af0241d8d9993598fc146eab4be247b2 diff --git a/devel/p5-Inline-ASM/pkg-comment b/devel/p5-Inline-ASM/pkg-comment new file mode 100644 index 000000000000..2a4a6bab45ba --- /dev/null +++ b/devel/p5-Inline-ASM/pkg-comment @@ -0,0 +1 @@ +Write Perl Subroutines in assembler diff --git a/devel/p5-Inline-ASM/pkg-descr b/devel/p5-Inline-ASM/pkg-descr new file mode 100644 index 000000000000..259fcf1d0f22 --- /dev/null +++ b/devel/p5-Inline-ASM/pkg-descr @@ -0,0 +1,10 @@ +Inline::ASM allows you to write Perl subroutines in assembly language. +Of course, many C compilers allow you to put assembly right in your C +code, so this module does not provide any new functionality. It does, +however, provide a feature most C compilers don't: you can mix different +assembler syntaxes in the same file! + +WWW: http://search.cpan.org/search?dist=Inline-ASM + +-- Sergey Skvortsov +skv@protey.ru diff --git a/devel/p5-Inline-ASM/pkg-plist b/devel/p5-Inline-ASM/pkg-plist new file mode 100644 index 000000000000..68296a5679c9 --- /dev/null +++ b/devel/p5-Inline-ASM/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM/.packlist +lib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pm +lib/perl5/site_perl/%%PERL_VER%%/Inline/ASM.pod +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline/ASM +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Inline 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true |