aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Getopt-Euclid/Makefile
blob: 5fa3d97f17d909cf35dc2c3b2c728c545748aeba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:    devel/p5-Getopt-Euclid
# Date created:             28 Oct 2008
# Whom:                 chinsan
#
# $FreeBSD$
#

PORTNAME=   Getopt-Euclid
PORTVERSION=    0.2.1
CATEGORIES= devel perl5
MASTER_SITES=   CPAN
MASTER_SITE_SUBDIR= ../by-authors/id/K/KG/KGALINSKY
PKGNAMEPREFIX=  p5-

MAINTAINER= perl@FreeBSD.org
COMMENT=    Executable Uniform Command-Line Interface Descriptions

PERL_MODBUILD=  yes

MAN3=       Getopt::Euclid.3 Getopt::Euclid::HierDemo.3

.include <bsd.port.pre.mk>

.if ${PERL_LEVEL} < 500900
BUILD_DEPENDS+= p5-version>=0:${PORTSDIR}/devel/p5-version
RUN_DEPENDS+=   p5-version>=0:${PORTSDIR}/devel/p5-version
.endif

.include <bsd.port.post.mk>