mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# Created by: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= FreeBSD-i386-Ptrace
|
|
PORTVERSION= 0.03
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= kaoru@kaisei.org
|
|
COMMENT= Perl module for ptrace on FreeBSD-i386
|
|
|
|
USES= perl5
|
|
USE_PERL5= configure
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
MAN3= FreeBSD::i386::Ptrace.3
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|