aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-FreeBSD-i386-Ptrace/Makefile
blob: 5add7eabddc171378a52f44a24c2a59845386475 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:    p5-FreeBSD-i386-Ptrace
# Date created:     2009-03-15
# Whom:         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

PERL_CONFIGURE= yes
ONLY_FOR_ARCHS= i386

MAN3=       FreeBSD::i386::Ptrace.3

.include <bsd.port.mk>