2012-04-07 04:29:48 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.4 2012/04/07 08:29:48 sthen Exp $
|
2011-08-18 03:58:39 -04:00
|
|
|
|
|
|
|
COMMENT= interface to URL shortening sites
|
|
|
|
|
2012-04-07 04:29:48 -04:00
|
|
|
DISTNAME= WWW-Shorten-3.03
|
2011-08-18 03:58:39 -04:00
|
|
|
CATEGORIES= www
|
|
|
|
|
2012-04-07 04:29:48 -04:00
|
|
|
# Artistic 2.0
|
2011-08-18 03:58:39 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
MODULES= cpan
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= modbuild
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${RUN_DEPENDS}
|
|
|
|
RUN_DEPENDS= devel/p5-Config-Auto \
|
|
|
|
www/p5-libwww
|
2012-04-07 04:29:48 -04:00
|
|
|
MAKE_ENV+= TEST_POD=1
|
2011-08-18 03:58:39 -04:00
|
|
|
|
2011-11-08 07:48:55 -05:00
|
|
|
# Resolve conflict with audio/shorten
|
|
|
|
post-install:
|
|
|
|
mv ${PREFIX}/bin/shorten ${PREFIX}/bin/shorten.pl
|
2011-11-08 07:50:23 -05:00
|
|
|
mv ${PREFIX}/man/man1/shorten.1 ${PREFIX}/man/man1/shorten.pl.1
|
2011-11-08 07:48:55 -05:00
|
|
|
|
2011-08-18 03:58:39 -04:00
|
|
|
.include <bsd.port.mk>
|