mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
c077ee5dfe
- Pass maintainership to submitter PR: 125669 Submitted by: Wen heping <wenheping@gmail.com>
26 lines
589 B
Makefile
26 lines
589 B
Makefile
# New ports collection makefile for: Getargs::Long
|
|
# Date created: 31 Dec 2001
|
|
# Whom: Seamus Venasse <svenasse@polaris.ca>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= Getargs-Long
|
|
PORTVERSION= 1.1003
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= CPAN
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
MAINTAINER= wenheping@gmail.com
|
|
COMMENT= Parse routine arguments
|
|
|
|
BUILD_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent \
|
|
${SITE_PERL}/Module/Install.pm:${PORTSDIR}/devel/p5-Module-Install
|
|
RUN_DEPENDS= p5-Log-Agent>=0.105:${PORTSDIR}/devel/p5-Log-Agent
|
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
MAN3= Getargs::Long.3
|
|
|
|
.include <bsd.port.mk>
|