mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
cb41fc6623
Sponsored by: Absolight
27 lines
521 B
Makefile
27 lines
521 B
Makefile
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= Opcodes
|
|
PORTVERSION= 0.14
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:RURBAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= svysh.fbsd@gmail.com
|
|
COMMENT= More Opcodes information from opnames.h and opcode.h
|
|
|
|
LICENSE= ART10 GPLv1+
|
|
LICENSE_COMB= dual
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
|
|
#pre-install: test
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Opcodes/Opcodes.so
|
|
|
|
.include <bsd.port.mk>
|