mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
b59621d3ae
Note: devel/p5-B-Size and devel/p5-Devel-Arena where intentionally not restored. PR: ports/165605 Approved by: portmgr (bapt) Feature safe: yes (I sure hope so)
31 lines
680 B
Makefile
31 lines
680 B
Makefile
# New ports collection makefile for: devel/p5-Getopt-Euclid
|
|
# Date created: 28 Oct 2008
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getopt-Euclid
|
|
PORTVERSION= 0.2.3
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
MASTER_SITE_SUBDIR= CPAN:KGALINSKY
|
|
PKGNAMEPREFIX= p5-
|
|
DISTNAME= ${PORTNAME}-v${PORTVERSION}
|
|
|
|
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>
|