head	1.5;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.22.41.55;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.11.17.05.58.54;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2012.01.21.17.39.35;	author eadler;	state Exp;
branches;
next	1.2;

1.2
date	2011.06.20.08.37.08;	author az;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.04.11.36.50;	author tobez;	state Exp;
branches;
next	;


desc
@@


1.5
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307441
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307441 | tobez | 2012-11-15 08:28:11 +0000 (Thu, 15 Nov 2012) | 6 lines
## SVN ##
## SVN ## Update to 0.07.
## SVN ##
## SVN ## Changes: http://cpansearch.perl.org/src/KAPPA/signatures-0.07/Changes
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# $FreeBSD: head/lang/p5-signatures/Makefile 307441 2012-11-15 08:28:11Z tobez $

PORTNAME=	signatures
PORTVERSION=	0.07
CATEGORIES=	lang perl5
MASTER_SITES=	CPAN
MASTER_SITE_SUBDIR=	CPAN:KAPPA
PKGNAMEPREFIX=	p5-

MAINTAINER=	tobez@@FreeBSD.org
COMMENT=	Subroutine signatures for Perl with no source filter

BUILD_DEPENDS=	p5-B-Hooks-OP-Check>=0.18:${PORTSDIR}/devel/p5-B-Hooks-OP-Check \
		p5-B-Hooks-Parser>=0.07:${PORTSDIR}/devel/p5-B-Hooks-Parser \
		p5-B-Hooks-OP-PPAddr>0:${PORTSDIR}/devel/p5-B-Hooks-OP-PPAddr \
		p5-ExtUtils-Depends>=0.302:${PORTSDIR}/devel/p5-ExtUtils-Depends \
		p5-B-Hooks-EndOfScope>=0.08:${PORTSDIR}/devel/p5-B-Hooks-EndOfScope
RUN_DEPENDS:=	${BUILD_DEPENDS}

PERL_CONFIGURE=	yes

MAN3=	signatures.3

.include <bsd.port.mk>
@


1.4
log
@Switch exporter over
@
text
@d1 1
a1 6
# New ports collection makefile for:	lang/p5-signatures
# Date created:				04 August 2009
# Whom:					Anton Berezin <tobez@@FreeBSD.org>
#
# $FreeBSD: head/lang/p5-signatures/Makefile 300896 2012-07-14 13:54:48Z beat $
#
d4 1
a4 1
PORTVERSION=	0.06
d7 1
a7 1
MASTER_SITE_SUBDIR=	CPAN:FLORA
@


1.3
log
@At the moment 1385 ports use BUILD_DEPENDS= ${RUN_DEPENDS} and 450
ports use BUILD_DEPENDS:= ${RUN_DEPENDS}. This patch fixes ports that are
currently broken. This is a temporary measure until we organically stop using
:= or someone(s) spend a lot of time changing all the ports over.

Explicit duplication > := > = and this just moves ports one step to the left

Approved by:	portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.
  See http://wiki.freebsd.org/Perl for details.
- Change maintainership from ports@@ to perl@@ for ports in this changeset.
- Remove MD5 checksum
@
text
@d23 1
a23 1
RUN_DEPENDS=	${BUILD_DEPENDS}
@


1.1
log
@Add lang/p5-signatures 0.06, a Perl module that brings subroutine
signatures into the language.
@
text
@d12 1
a12 1
MASTER_SITE_SUBDIR=	../../authors/id/F/FL/FLORA
@

