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


1.3
date	2012.11.17.06.02.49;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.08.16.08.01.35;	author sunpoet;	state Exp;
branches;
next	1.1;

1.1
date	2010.10.08.10.59.20;	author sunpoet;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for:	p5-HTML-Declare
# Date created:		2010-10-06
# Whom:			Sunpoet Po-Chuan Hsieh <sunpoet@@FreeBSD.org>
#
# $FreeBSD: head/www/p5-HTML-Declare/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	HTML-Declare
PORTVERSION=	2.4
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@@FreeBSD.org
COMMENT=	A very simple micro language to generate HTML

BUILD_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS=	p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser

PERL_CONFIGURE=	yes

MAN3=		HTML::Declare.3
PLIST_FILES=	%%SITE_PERL%%/HTML/Declare.pm \
		%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Declare/.packlist
PLIST_DIRS=	%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Declare

.include <bsd.port.mk>
@


1.2
log
@- Pet portlint
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@- Add p5-HTML-Declare 2.4

HTML::Declare is a very simple micro language to generate HTML.

WWW: http://search.cpan.org/dist/HTML-Declare/

Submitted by:	sunpoet (myself)
Approved by:	pgollucci (mentor)
@
text
@d17 2
a18 2
BUILD_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/HTML/Entities.pm:${PORTSDIR}/www/p5-HTML-Parser
RUN_DEPENDS=	${BUILD_DEPENDS}
@

