aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Inline-ASM
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2015-01-03 15:11:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2015-01-03 15:11:31 +0800
commit2f9efa4c5fa6addc80f0b1cabe4d7ce43a37004c (patch)
treea5e50dbbab68466c8f6a283a4ca94c4d1a2d7c72 /devel/p5-Inline-ASM
parenta5e508c8ca54ffcc24902113b64fa2dda662ede9 (diff)
downloadfreebsd-ports-gnome-2f9efa4c5fa6addc80f0b1cabe4d7ce43a37004c.tar.gz
freebsd-ports-gnome-2f9efa4c5fa6addc80f0b1cabe4d7ce43a37004c.tar.zst
freebsd-ports-gnome-2f9efa4c5fa6addc80f0b1cabe4d7ce43a37004c.zip
- Update *_DEPENDS
- Add LICENSE - Bump PORTREVISION for dependency change
Diffstat (limited to 'devel/p5-Inline-ASM')
-rw-r--r--devel/p5-Inline-ASM/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/p5-Inline-ASM/Makefile b/devel/p5-Inline-ASM/Makefile
index 95e1cc1ecd2a..4f08db7ab8bc 100644
--- a/devel/p5-Inline-ASM/Makefile
+++ b/devel/p5-Inline-ASM/Makefile
@@ -3,7 +3,7 @@
PORTNAME= Inline-ASM
PORTVERSION= 0.03
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +11,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Write Perl Subroutines in assembler
-BUILD_DEPENDS= p5-Inline>=0:${PORTSDIR}/devel/p5-Inline
+LICENSE= ART10 GPLv1
+LICENSE_COMB= dual
+
+BUILD_DEPENDS= p5-Inline-C>=0.42:${PORTSDIR}/devel/p5-Inline-C
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5