freebsd-ports/devel/p5-Data-Alias/Makefile
Sunpoet Po-Chuan Hsieh 6b254a2731 Update to 1.21
- Remove BROKEN for Perl 5.25.1+

Changes:	http://search.cpan.org/dist/Data-Alias/Changes
2017-12-11 10:41:21 +00:00

22 lines
438 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= Data-Alias
PORTVERSION= 1.21
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Comprehensive set of aliasing operations
LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/Data/Alias/Alias.so
.include <bsd.port.mk>