blob: 335d432d6f4d4cc6864109fc67849fc270bf3bbb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: p5-Attribute-Handlers-Prospective
# Date created: 5 Jan 2004
# Whom: Mathieu Arnold <mat@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Attribute-Handlers-Prospective
PORTVERSION= 0.01
PORTREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Richer semantics for attribute handlers
PERL_CONFIGURE= yes
MAN3= Attribute::Handlers::Prospective.3
.include <bsd.port.mk>
|