freebsd-ports/devel/p5-FreeBSD-i386-Ptrace/Makefile

20 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>