2003-01-27 22:08:42 +01:00
|
|
|
# New ports collection makefile for: p5-Attribute-Handlers
|
|
|
|
# Date created: January 27th 2003
|
2003-06-12 18:41:16 +02:00
|
|
|
# Whom: Erwin Lansing <erwin@FreeBSD.org>
|
2003-01-27 22:08:42 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= Attribute-Handlers
|
2011-12-20 09:41:07 +01:00
|
|
|
PORTVERSION= 0.93
|
2003-01-27 22:08:42 +01:00
|
|
|
CATEGORIES= devel perl5
|
2008-04-17 16:30:31 +02:00
|
|
|
MASTER_SITES= CPAN
|
2003-01-27 22:08:42 +01:00
|
|
|
PKGNAMEPREFIX= p5-
|
|
|
|
|
2009-01-29 18:41:17 +01:00
|
|
|
MAINTAINER= perl@FreeBSD.org
|
2009-06-12 16:43:55 +02:00
|
|
|
COMMENT= Simpler definition of attribute handlers
|
2003-01-27 22:08:42 +01:00
|
|
|
|
2011-10-07 13:22:46 +02:00
|
|
|
LICENSE= ART10 GPLv1
|
2011-05-31 21:35:42 +02:00
|
|
|
LICENSE_COMB= dual
|
|
|
|
|
2003-01-27 22:08:42 +01:00
|
|
|
PERL_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN3= Attribute::Handlers.3
|
|
|
|
|
2007-09-08 03:12:10 +02:00
|
|
|
.include <bsd.port.mk>
|