1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/devel/p5-Object-Simple/Makefile
2014-02-04 16:31:02 +00:00

21 lines
377 B
Makefile

# Created by: Andrey Kostenko <andrey@kostenko.name>
# $FreeBSD$
PORTNAME= Object-Simple
PORTVERSION= 3.1000
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
DISTNAME= ${PORTNAME}-${PORTVERSION:C/00$//}
MAINTAINER= perl@FreeBSD.org
COMMENT= Simple class builder
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
.include <bsd.port.mk>