aboutsummaryrefslogblamecommitdiff
path: root/www/p5-HTML-Adsense/Makefile
blob: 588166a4bb40f579ade85982af6a92d7bdea30b8 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                            


                            
                 
                         
                    

                   
                                   

                                             
                            
                    
 

                                                            
 
                     


                         
 

                                              
 
                      
# Created by: Gea-Suan Lin <gslin@gslin.org>

PORTNAME=	HTML-Adsense
PORTVERSION=	0.2
PORTREVISION=	1
CATEGORIES=	www perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Create adsense widgets easily

LICENSE=	ART10 GPLv1+
LICENSE_COMB=	dual

BUILD_DEPENDS=	${RUN_DEPENDS}
RUN_DEPENDS=	p5-Class-Accessor>=0:devel/p5-Class-Accessor

USES=		perl5
USE_PERL5=	configure

NO_ARCH=	yes

post-patch:
	@${RM} ${WRKSRC}/lib/HTML/._Adsense.pm

.include <bsd.port.mk>