1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/net-im/p5-Net-AIM/Makefile
Mathieu Arnold eabbfd75e3 ${RM} already has -f.
PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
2016-10-21 12:51:40 +00:00

24 lines
382 B
Makefile

# Created by: petef
# $FreeBSD$
PORTNAME= Net-AIM
PORTVERSION= 1.22
PORTREVISION= 1
CATEGORIES= net-im perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= bofh@FreeBSD.org
COMMENT= Perl extension for the AOL Instant Messenger TOC protocol
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
USES= perl5
USE_PERL5= configure
post-extract:
@${RM} ${WRKSRC}/Net
.include <bsd.port.mk>