aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Taxonomy-Tags/Makefile
blob: 33389c528543d9b8d76cc87d634aca2fb539fa43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Aaron Dalton <aaron@daltons.ca>
# $FreeBSD$

PORTNAME=	Data-Taxonomy-Tags
PORTVERSION=	0.05
CATEGORIES=	devel perl5
MASTER_SITES=	CPAN
PKGNAMEPREFIX=	p5-

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Represents a set of tags for any item

MAN3=		Data::Taxonomy::Tags.3 Data::Taxonomy::Tags::Tag.3

USES=		perl5
USE_PERL5=	modbuild

NO_STAGE=	yes
.include <bsd.port.mk>