freebsd-ports/devel/p5-Object-Accessor/Makefile
Sunpoet Po-Chuan Hsieh a01bb48d8a Remove Perl core module
- Bump PORTREVISION for dependency change
2020-12-19 20:18:31 +00:00

22 lines
377 B
Makefile

# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
PORTNAME= Object-Accessor
PORTVERSION= 0.48
PORTREVISION= 2
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Interface to create per object accessors
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
NO_ARCH= yes
.include <bsd.port.mk>